@charset "utf-8";
/* =====================页面样式======================== */
/* ==public== */
.fullpage{width: 100%;font-size: 0;text-align: center;margin-top: 60px;}
.fullpage a{display: inline-block;vertical-align: middle;width: 36px;height: 36px;line-height: 36px;border: 1px solid #e9e9e9;margin: 0 4px;font-size: 14px;color: #777;transition: all .4s ease;}
.fullpage a:first-child, .fullpage a:last-child{background: url('../images/gather/pageArr.png') no-repeat center;}
.fullpage a:last-child{transform: rotate(180deg);}
.fullpage a:hover, .fullpage a.ontrue, .fullpage a.on{background-color: #ff883c;color: #fff;border-color: #ff883c;}
.fullpage a:first-child:hover, .fullpage a:last-child:hover{background-image: url('../images/gather/pageArrH.png');}

/* 视频弹窗 */
.vdBox{display: none;opacity: 0;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.vd{display: none;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.vdcontent{display: flex;justify-content: center;align-items: center;position: relative;width: 60%;height: 100%;margin: 0 auto;}
.vdcontent-core{position: relative;display: inline-block;vertical-align: middle;width: 100%;position: relative;}
.vdcontent-core video{width: 100%;}
.vdBox-close {width: 28px;height: 28px;position: absolute;right: -28px;top: -28px;z-index: 3;background: url('../images/gather/vdclose.png') no-repeat center;cursor: pointer;opacity: .5;transition: all .6s ease;}
.vdBox-close:hover{opacity: 1;}
/* ==over== */

/* 新闻资讯 */
.news{width: 100%;}
.sonban{width: 100%;position: relative;}
.sonban img{width: 100%;object-fit: cover;min-height: 200px;}
.newstit{width: 100%;text-align: center;padding: 178px 0 80px;}
.newstit h6{font-size: 36px;color: #333;}
.newslist{width: 100%;padding-bottom: 240px;}
.newslist ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.newslist li{width: 48.8%;position: relative;margin-top: 60px;}
.newslist li:nth-child(2n+1){float: left;}
.newslist li:nth-child(2n){float: right;}
.newslist li a{display: block;width: 100%;}
.newslist-img{width: 100%;overflow: hidden;}
.newslist-img img{width: 100%;object-fit: cover;transition: all 1s ease;}
.newslist-wd{width: 100%;padding-top: 50px;color: #333;}
.newslist-wd h6{font-size: 24px;line-height: 26px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.newslist-wd p{font-size: 16px;line-height: 24px;height: 48px;padding-right: 44px;margin-top: 16px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.newslist li a:hover .newslist-img img{transform: scale(1.06);}

/* 招贤纳士 */
.join{width: 100%;}
.joinban{width: 100%;}
.joinban-wd{width: 100%;position: absolute;z-index: 2;top: 50%;left: 0;text-align: center;transform: translateY(-50%);}
.joinban-wd h6{font-size: 55px;color: #fff;font-weight: 300;animation: joinBh 1s ease both 200ms;opacity: 1;}
/* @keyframes joinBh{0%{opacity: 0;transform: translateY(-120px);}100%{opacity: 1;transform: translateY(0);}} */
.joinbj{width: 100%;padding: 140px 0 180px;}
.join-tit{width: 100%;text-align: center;color: #333;}
.join-tit h6{font-size: 36px;}
.join-tit p{font-size: 24px;margin-top: 20px;}
.join-des{width: 100%;text-align: center;margin-top: 30px;}
.join-des p{font-size: 16px;color: #777;line-height: 30px;}
.joinbj-img{width: 100%;margin-top: 112px;}
.joinbj-img li{width: 48%;position: relative;}
.joinbj-img li:first-child{float: left;}
.joinbj-img li:last-child{float: right;}
.joinbj-img li img{width: 100%;object-fit: cover;}
.joincz{width: 100%;padding: 230px 0 180px;background: #eee;overflow: hidden;}
.joincz-img{width: 100%;margin-top: 160px;}
.joincz-img li{width: 50%;position: relative;text-align: center;}
.joincz-img li:first-child{float: left;}
.joincz-img li:last-child{float: right;}
.joincz-img li img{max-width: 100%;object-fit: cover;}
.joinzh{width: 100%;padding: 160px 0 100px;background: #f6f6f6;overflow: hidden;}
.joinzh-list{width: 100%;margin-top: 112px;}
.joinzh-item{display: block;width: 100%;}
.joinzh-item li{width: 33.333333333%;float: left;}
.joinzh-img{width: 100%;overflow: hidden;}
.joinzh-img img{width: 100%;height: 408px;object-fit: cover;}
.joinzh-wd{width: 100%;background: #fff;height: 304px;padding: 40px 40px 0;}
.joinzh-wd h6{font-size: 20px;color: #333;}
.joinzh-wd span{display: block;font-size: 18px;color: #999;margin: 12px 0 20px;}
.joinzh-wd p{font-size: 16px;color: #666;line-height: 28px;}
.joinzh-cg.joinzh-img img{height: 712px;}
.joinzh-cg.joinzh-wd{height: 712px;padding: 80px 40px 0;}
.joinzp{width: 100%;padding: 130px 0 266px;}
.joinzp-tit{width: 100%;text-align: center;}
.joinzp-tit h6{font-size: 28px;color: #333;}
.joinzp-list{width: 100%;margin-top: 48px;}
.joinzp-list li{width: 100%;display: block;padding: 28px 168px 24px 30px;position: relative;border-bottom: 1px solid #dedede;transition: all .4s ease;}
.joinzp-list li h6{font-size: 18px;color: #333;}
.joinzp-list li p{width: 100%;display: block;overflow: hidden;margin-top: 12px;}
.joinzp-list li p span{display: block;width: 33.3333%;float: left;font-size: 14px;color: #999;}
.joinzp-list li a{opacity: 0;transition: all .4s ease;display: block;width: 100px;height: 40px;line-height: 40px;background: #427abd;text-align: center;font-size: 14px;color: #fff;position: absolute;right: 62px;bottom: 20px;}
.joinzp-list li:hover{background: #f2f2f2;}
.joinzp-list li:hover a{opacity: 1;}

/* 案例 */
.case{width: 100%;}
.caseal{width: 100%;padding: 168px 0 300px;background: #f6f6f6;}
.case-tit{width: 100%;text-align: center;}
.case-tit h6{font-size: 36px;color: #333;}
.caseal-list{width: 100%;margin-top: 140px;}
.caseal-list li{display: block;width: 100%;margin-top: 20px;overflow: hidden;background: #fff;}
.caseal-img, .caseal-wd{width: 50%;float: left;}
.caseal-img img{width: 100%;object-fit: cover;}
.caseal-wd{padding: 80px 74px 0;}
.caseal-wd h6{font-size: 24px;color: #333;line-height: 32px;margin-bottom: 8px;}
.caseal-wd p{font-size: 14px;color: #777;line-height: 24px;}
.casebf{padding: 180px 0 200px;width: 100%;}
.casebf-list{width: 100%;margin-top: 100px;}
.casebf-list li{width: 25%;float: left;height: 114px;line-height: 110px;text-align: center;}
.casebf-list li img{max-width: 80%;}

/* 客户服务 */
.serve{width: 100%;}
.serban-wd{position: absolute;z-index: 2;width: 100%;left: 0;top: 50%;transform: translateY(-50%);}
.serban-wd h6{font-size: 100px;color: #333;font-family: 'Roboto';text-transform: uppercase;opacity: 1;}
.serban-wd p{font-size: 55px;color: #333;font-weight: 300;line-height: 76px;opacity: 1;}
.serban-wd span{display: block;height: 54px;}
.serban-wd h6:nth-of-type(1){animation: serBl 1s ease both 200ms;}
.serban-wd h6:nth-of-type(2){animation: serBl 1s ease both 400ms;}
.serban-wd p:nth-of-type(1){animation: serBl 1s ease both 600ms;}
.serban-wd p:nth-of-type(2){animation: serBl 1s ease both 800ms;}
/* @keyframes serBl{0%{opacity: 0;transform: translateX(-200px);}100%{opacity: 1;transform: translateX(0);}} */
.sercon{width: 100%;padding: 210px 0 220px;background: #f6f6f6;}
.serpic{width: 100%;background: #fff;}
.serpic-img, .serpic-wd{width: 50%;float: left;}
.serpic-img img{width: 100%;object-fit: cover;}
.serpic-wd{padding: 66px 0 0 66px;}
.serpic-wd h6{font-size: 24px;color: #333;line-height: 32px;}
.serpic-wd p{font-size: 18px;color: #777;line-height: 36px;}
.sermore{width: 100%;margin-top: 76px;}
.sermore i{display: none;width: 100%;height: 34px;cursor: pointer;background: url('../images/gather/serArr.png') no-repeat center;}
.sermore i.ontrue{transform: rotate(180deg);}
.seritem{width: 100%;margin-top: 60px;display: block;}
.seritem li{width: 49.2%;position: relative;margin-top: 18px;}
.seritem li:nth-child(2n+1){float: left;}
.seritem li:nth-child(2n){float: right;}
.seritem-img{width: 100%;overflow: hidden;}
.seritem-img img{width: 100%;object-fit: cover;}
.seritem-wd{width: 100%;height: 190px;background: #fff;padding: 58px 68px 0;}
.seritem-wd h6{font-size: 24px;color: #333;line-height: 32px;margin-bottom: 8px;}
.seritem-wd p{font-size: 14px;color: #777;line-height: 24px;}

/* 产品 */
.product{width: 100%;}
.proban-wd{position: absolute;width: 100%;right: 0;top: 50%;transform: translateY(-50%);z-index: 2;}
.proban-wdft{width: 384px;float: right;}
.proban-wdft span{font-size: 36px;color: #333;font-weight: 300;display: block;animation: proBr 1s ease both 200ms;opacity: 1;}
.proban-wdft h6{font-size: 95px;color: #333;font-weight: 500;margin: 36px 0 66px;animation: proBr 1s ease both 400ms;opacity: 1;}
.proban-wdft p{font-size: 0;animation: proBr 1s ease both 600ms;opacity: 1;}
.proban-wdft p label{display: inline-block;vertical-align: middle;font-size: 18px;color: #333;padding-right: 28px;position: relative;}
.proban-wdft p label:after{content: "";height: 10px;width: 2px;position: absolute;top: 50%;right: 14px;background: #333;margin-top: -5px;}
.proban-wdft p label:last-child{padding-right: 0;}
.proban-wdft p label:last-child:after{display: none;}
.proban-wdft a{display: block;width: 112px;margin-top: 50px;height: 34px;line-height: 34px;animation: proBr 1s ease both 800ms;opacity: 1;display: block;border-radius: 30px;background: #1374df;font-size: 14px;font-weight: 300;color: #fff;text-align: center;}
/* @keyframes proBr{0%{opacity: 0;transform: translateX(200px);}100%{opacity: 1;transform: translateX(0);}} */
.prolt{padding-bottom: 260px;width: 100%;background: #f6f6f6;}
.prolt-contain{width: 1640px;margin: 0 auto;}
.prolt-item{width: 100%;}
.prolt-tit{width: 100%;text-align: center;padding: 160px 0 20px;}
.prolt-tit h6{font-size: 36px;color: #333;}
.prolt-con{width: 100%;}
.prolt-con li{width: 49%;position: relative;background: #fff;height: 500px;padding: 60px 0 0 58px;margin-top: 120px;overflow: hidden;}
.prolt-con li:nth-child(2n+1){float: left;}
.prolt-con li:nth-child(2n){float: right;}
.prolt-wd{width: 100%;position: relative;z-index: 2;}
.prolt-wd h6{font-size: 30px;color: #333;font-weight: 500;margin-bottom: 24px;}
.prolt-wd p{font-size: 16px;color: #777;font-weight: 300;line-height: 36px;}
.prolt-img{position: absolute;z-index: 1;right: 28px;bottom: 28px;}
.prolt-img img{transform: scale(.96);transition: all .6s ease;}
.prolt-link{position: absolute;bottom: 58px;left: 58px;z-index: 1;display: block;width: 112px;height: 34px;line-height: 34px;display: block;border-radius: 30px;background: #1374df;font-size: 14px;font-weight: 300;color: #fff;text-align: center;}
.prolt-link:active{color: #fff;}
.prolt-con li:hover .prolt-img img{transform: scale(1);}
.prolt-cg .prolt-img{bottom: -12px;right: -58px;}
.proic{width: 100%;padding: 64px 0 110px;}
.proic-tit{width: 100%;text-align: center;}
.proic-tit h6{font-size: 36px;color: #333;}
.proic-list{width: 100%;margin-top: 90px;}
.proic-list li{width: 33.3333%;float: left;text-align: center;}
.proic-img{width: 100%;height: 86px;}
.proic-img img{max-height: 100%;}
.proic-list li h6{font-size: 24px;color: #333;font-weight: 700;margin: 30px 0 14px;}
.proic-list li p{font-size: 14px;color: #777;line-height: 24px;}

/* 公司介绍 */
.introduct{width: 100%;overflow: hidden;}
.introban.sonban img{min-height: 320px;}
.intro-contain{width: 1564px;margin: 0 auto;}
.introban-wd{position: absolute;width: 100%;right: 0;top: 50%;transform: translateY(-50%);z-index: 2;}
.introban .intro-contain{position: relative;}
.introban-wdft{width: 100%;}
.introban-wdft h6{font-size: 150px;line-height: 1.24em;color: #fff;font-family: 'Roboto';font-weight: 500;letter-spacing: .1em;/*opacity: 0;*/text-transform: uppercase;}
.introban-wdft i{display: block;width: 32px;height: 1px;margin: 168px 0 110px;background: #fff;animation: serBl 1s ease both 600ms;}
.introban-wdft p{font-size: 60px;color: #fff;letter-spacing: .12em;font-weight: 300;animation: serBl 1s ease both 800ms;}
.introban-wdft h6:nth-of-type(1){animation: serBl 1s ease both 200ms;}
.introban-wdft h6:nth-of-type(2){animation: serBl 1s ease both 400ms;}
.introban-wdtit{position: absolute;top: 5%;right: 0;text-align: right;}
.introban-wdtit h6{font-size: 40px;color: #fff;animation: introBt 1s ease both 1s;opacity: 1;}
.introban-wdtit i{display: inline-block;width: 32px;height: 1px;background: #fff;margin-top: 30px;animation: introBt 1s ease both 1.2s;opacity: 1;}
/* @keyframes introBt{0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}} */
.introban-qq{display: block;width: 18px;height: 18px;border-radius: 50%;border: 2px solid #fff;position: absolute;right: 0;bottom: 0;}
.introjj{width: 100%;padding: 268px 0 300px;background-repeat: no-repeat !important;background-position: center !important;background-size: cover !important;}
.introjj-tit, .introjj-des{width: 50%;float: left;}
.introjj-tit h6{font-size: 100px;color: #000;font-family: 'Roboto';font-weight: 500;letter-spacing: .1em;text-transform: uppercase;}
.introjj-tit i{display: block;width: 32px;height: 1px;margin: 68px 0 60px;background: #000;}
.introjj-tit p{font-size: 50px;color: #000;letter-spacing: .12em;font-weight: 300;}
.introjj-des p{font-size: 18px;color: #000;line-height: 28px;font-weight: 300;}
.intro-back{width: 100%;background: #000;}
.introwh{width: 100%;padding: 600px 0 740px;}
.introtit{width: 100%;}
.introtit h6{font-size: 150px;color: #fff;font-family: 'Roboto';font-weight: 500;letter-spacing: .1em;text-transform: uppercase;}
.introtit i{display: inline-block;width: 32px;height: 1px;margin: 112px 0 120px;background: #fff;}
.introtit p{font-size: 60px;color: #fff;letter-spacing: .12em;font-weight: 300;margin-bottom: 40px;}
.introtit span{display: block;font-size: 24px;line-height: 48px;color: #fff;}
.introwh-wd{width: calc(100% - 576px);float: left;}
.introwh-img{width: 576px;float: right;}
.introwh-img img{width: 100%;}
.introwh-item{width: 100%;}
.introwh-cg{margin-top: 554px;}
.introwh-cg .introwh-img{width: 692px;float: left;}
.introwh-cg .introwh-wd{width: calc(100% - 692px);float: right;text-align: right;}
.introwh-cg .introtit i{margin: 90px 0 110px;}
.introbt{width: 100%;}
.introbt-map{width: 100%;margin-top: 80px;position: relative;}
.introbt-map img{width: 100%;object-fit: cover;}
.introbt-mapnum{position: absolute;z-index: 2;width: 100%;text-align: center;left: 0;top: 44%;transform: translateY(-50%);}
.introbt-num{width: 100%;overflow: hidden;}
.introbt-num li{width: 33.3333%;float: left;color: #fff;}
.introbt-num h6{font-size: 72px;font-weight: 700;}
.introbt-num p{font-size: 30px;font-weight: 400;margin-top: 16px;opacity: .6;}
.introkh{width: 100%;padding: 570px 0 370px;}
.introkh .introtit{text-align: right;}
.introkh .casebf-list{margin-top: 160px;}

/* 探索创新 */
.expban-wd{position: absolute;z-index: 2;width: 100%;left: 0;top: 50%;transform: translateY(-50%);}
.exp-contain{width: 1610px;margin: 0 auto;}
.expban-wd .exp-contain{position: relative;}
.expban-tit{width: 404px;text-align: center;float: left;}
.expban-tit h6{font-size: 116px;color: #2c2c2c;font-weight: 200;animation: expBs 1s ease both 200ms;opacity: 1;}
.expban-tit i{display: inline-block;width: 1px;height: 150px;background: #393939;margin: 110px 0 90px;animation: expZq 1s ease both 400ms;opacity: 1;}
.expban-tit p{font-size: 200px;color: #858585;font-weight: 200;animation: expBs 1s ease both 600ms;opacity: 1;}
.expban-des{position: absolute;width: 392px;top: 50%;transform: translateY(-50%);right: 0;animation: expBt 1s ease both 800ms;}
.expban-des p{font-size: 16px;color: #fff;line-height: 32px;}
/* @keyframes expBs{0%{opacity: 0;transform: scale(.4);}100%{opacity: 1;transform: scale(1);}}
@keyframes expZq{0%{opacity: 0;transform: scaleY(0);}100%{opacity: 1;transform: scaleY(1);}}
@keyframes expBt{0%{opacity: 0;margin-top: 200px;}100%{opacity: 1;margin-top: 0;}} */
.expjz{width: 100%;padding: 116px 0 120px;}
.expjz-des{width: 64.55%;float: left;}
.expjz-des ul{margin-left: -1%;}
.expjz-des li{float: left;margin-left: 1%;margin-top: 10px;}
.expjz-des li:nth-child(2n+1){width: 45%;}
.expjz-des li:nth-child(2n){width: 53%;}
.expjz-des li img{width: 100%;object-fit: cover;}
.expjz-deswd{width: 100%;padding-right: 8%;}
.expjz-deswd h6{font-size: 67px;color: #010101;font-weight: 200;letter-spacing: .3em;}
.expjz-deswd p{font-size: 16px;color: #000;font-weight: 400;line-height: 32px;margin-top: 48px;}
.expjz-tit{width: 34.85%;float: right;margin-top: 10px;}
.expjz-tit img{width: 100%;}
.expss{width: 100%;background: #000;padding: 140px 0 120px;}
.expss-contain{width: 1382px;height: 802px;margin: 0 auto;position: relative;}
.expss-kk{width: 804px;height: 520px;margin-left: -402px;margin-top: -260px;border: 1px solid #666;position: absolute;left: 50%;top: 50%;}
.expss-tit{font-size: 134px;color: #fff;font-weight: 200;background: #000;position: absolute;top: -104px;left: -68px;z-index: 2;letter-spacing: .2em;}
.expss-imgtr{position: absolute;right: 6%;top: 2%;z-index: 2;}
.expss-imgtr img{width: 100%;}
.expss-imgbl{position: absolute;left: 0;bottom: 4%;z-index: 2;}
.expss-imgbl img{width: 100%;}
.expss-wd{position: absolute;z-index: 2;right: 0;bottom: 0;width: 490px;border: 2px solid #fff;background: #000;padding: 48px 30px;}
.expss-wd h6{font-size: 36px;color: #fff;}
.expss-wd p{font-size: 16px;color: #fff;line-height: 32px;margin-top: 44px;}
.expkf{width: 100%;position: relative;}
.expkf-bg{display: block;width: 100%;object-fit: cover;}
.expkf-item{width: 800px;height: 532px;margin-left: -400px;margin-top: -270px;position: absolute;top: 50%;left: 50%;}
.expkf-kk{width: 690px;height: 380px;position: absolute;left: 40px;top: 72px;}
.expkf-kk:before, .expkf-kk:after{content: "";position: absolute;background: #9c9c9c;height: 1px;}
.expkf-kk:before{width: 566px;top: 0;left: 0;}
.expkf-kk:after{width: 344px;bottom: 0;right: 0;}
.expkf-kk i:before, .expkf-kk i:after{content: "";position: absolute;background: #9c9c9c;width: 1px;}
.expkf-kk i:before{height: 246px;top: 0;left: 0;}
.expkf-kk i:after{height: 260px;bottom: 0;right: 0;}
.expkf-tit{font-size: 160px;color: #a7a7a7;font-weight: 200;position: absolute;top: 0;right: 0;z-index: 2;line-height: .9em;}
.expkf-wd{width: 366px;position: absolute;z-index: 2;left: 0;bottom: 0;}
.expkf-wd h6{font-size: 36px;color: #333;}
.expkf-wd p{font-size: 16px;color: #333;line-height: 32px;margin-top: 28px;}

/* 解决方案 */
.solve{width: 100%;padding: 168px 0 260px;background: #f6f6f6;}
.solve-contain{width: 1546px;margin: 0 auto;}
.solve-list{width: 100%;margin-top: 24px;}
.solve-list li{display: block;width: 100%;overflow: hidden;position: relative;margin-top: 120px;box-shadow: 0 16px 30px 10px #e2e2e2;border-radius: 6px;overflow: hidden;}
.solve-img{display: block;width: 66.8%;float: left;overflow: hidden;}
.solve-img img{width: 100%;overflow: hidden;transition: all .6s ease;}
.solve-img img:hover{transform: scale(1.04);}
.solve-wd{width: 33.2%;float: right;padding: 60px 80px 0;position: relative;}
.solve-wd h6{font-size: 30px;color: #333;font-weight: 500;margin-bottom: 30px;}
.solve-wd p{font-size: 14px;color: #777;line-height: 28px;height: 280px;}
.solve-wd .prolt-link{position: relative;left: 0;top: 0;}

/* 新闻详情 */
.newsxq{width: 100%;padding: 48px 0 60px;}
.newsxq-menu{width: 100%;font-size: 0;}
.newsxq-menu a{display: inline-block;vertical-align: middle;position: relative;font-size: 14px;color: #777;padding-right: 14px;transition: all .4s ease;}
.newsxq-menu a:after{content: ">";position: absolute;width: 14px;height: 100%;top: 0;right: 0;text-align: center;font-family: "\65B0\5B8B\4F53";font-weight: 700;color: #777;}
.newsxq-menu a:last-child:after{display: none;}
.newsxq-menu a:hover{color: #333;}
.newsxq-content{width: 960px;margin: 60px auto 0;}
.newsxq-tit{width: 100%;}
.newsxq-tit h6{font-size: 32px;color: #333;line-height: 40px;}
.newsxq-tit span{display: block;font-size: 16px;color: #555;margin-top: 58px;}
.newsxq-desc{width: 100%;margin-top: 44px;}
.newsxq-desc p{font-size: 18px;color: #444;line-height: 36px;}
.newsxq-desc img{max-width: 100%;display: block;margin: 0 auto;}

/* 全闭环输液 */
.qbhsyban{width: 100%;background: #000;padding: 180px 0 160px;overflow: hidden;}
.qbhsyban .contain{width: 1360px;}
.qbhsyban-img{width: 30.2%;float: left;opacity: 1;animation: qbhsybanImg 1.4s ease both;}
.qbhsyban-img img{max-width: 100%;object-fit: cover;}
.qbhsyban-wd.proban-wdft{width: 60%;float: right;height: 726px;display: flex;align-items: center;}
.qbhsyban-wdft{width: 100%;}
.qbhsyban-wd.proban-wdft span, .qbhsyban-wd.proban-wdft h6, .qbhsyban-wd.proban-wdft p label{color: #fff;}
.qbhsyban-wd.proban-wdft p label:after{background: #f0f0f0;}
/* @keyframes qbhsybanImg{0%{opacity: 0;transform: translateY(-200px);}100%{opacity: 1;transform: translateY(0);}} */
.qbhsyaq{width: 100%;padding: 120px 0 66px;overflow: hidden;}
.qbhsyaq-img{width: 45%;float: left;}
.qbhsyaq-img img{max-width: 100%;}
.qbhsyaq-wd{display: flex;align-items: center;width: 55%;float: left;height: 908px;}
.qbhsyaq-wdft{width: 100%;color: #252525;}
.qbhsyaq-wdtit{width: 100%;}
.qbhsyaq-wdtit h6{font-size: 50px;font-weight: 700;}
.qbhsyaq-wdtit p{font-size: 36px;margin-top: 20px;}
.qbhsyaq-wddes{margin-top: 50px;width: 100%;}
.qbhsyaq-wddes h6{font-size: 18px;font-weight: 500;}
.qbhsyaq-wddes p{font-size: 18px;line-height: 36px;margin-top: 4px;}
.qbhsygx{width: 100%;background: #000;overflow: hidden;}
.qbhsygx .contain{position: relative;padding: 280px 0 276px;}
.qbhsygx-wd{width: 530px;float: left;}
.qbhsygx-wd .qbhsyaq-wdft{color: #fff;}
.qbhsygx-wd .qbhsyaq-wddes p{width: 400px;}
.qbhsygx-img{position: absolute;right: -84px;top: -450px;}
.qbhsygx-img img{width: 100%;}
.qbhsyjz{width: 100%;overflow: hidden;}
.qbhsyjz .contain{position: relative;height: 980px;padding-top: 200px;}
.qbhsyjz-wd{width: 100%;}
.qbhsyjz-img{position: absolute;left: 0;bottom: -540px;}
.qbhsyjz-img img{width: 100%;}
.qbhsyjz-des{position: absolute;width: 430px;right: 0;bottom: 164px;}
.qbhsyjz-des img{width: 100%;object-fit: cover;}
.qbhsyjz-deswd{width: 100%;text-align: right;color: #252525;margin-top: 34px;}
.qbhsyjz-deswd h6{font-size: 18px;font-weight: 500;}
.qbhsyjz-deswd p{font-size: 18px;line-height: 36px;margin-top: 4px;}
.qbhsyjz-info{width: 100%;background: #626362;padding: 64px 0;font-size: 0;text-align: center;}
.qbhsyjz-info li{display: inline-block;text-align: left;color: #fff;vertical-align: middle;padding: 0 40px;border-right: 1px solid rgba(255,255,255,.2);min-height: 80px;}
.qbhsyjz-info li:last-child{border-right: none;}
.qbhsyjz-info li h6{font-size: 18px;margin-bottom: 12px;}
.qbhsyjz-info li p{font-size: 16px;line-height: 24px;}
.qbhsyzn.qbhsyaq{padding: 280px 0 180px;background: #f6f6f6;}
.qbhsyzn.qbhsyaq .qbhsyaq-wd{height: auto;width: 48%;float: left;}
.qbhsyzn.qbhsyaq .qbhsyaq-wd .qbhsyaq-wddes{width: 500px;}
.qbhsyzn.qbhsyaq .qbhsyaq-img{width: 50%;float: right;padding-top: 232px;}

/* 非接触式智能监护系统 */
.fjcsban{width: 100%;padding: 210px 0 260px;}
.fjcsban-contain{width: 1360px;margin: 0 auto;}
.fjcsban-img{width: 58%;float: left;/*opacity: 0;*/animation: qbhsybanImg 1.4s ease both;}
.fjcsban-img img{max-width: 100%;}
.fjcsban-wd{width: 38%;float: right;height: 502px;display: flex;align-items: center;}
.fjcsban-wd .proban-wdft{width: 100%;}
.fjcspt{width: 100%;padding: 140px 0 128px;background: #f0f0f0;overflow: hidden;}
.fjcspt-contain{width: 1068px;margin: 0 auto;}
.fjcspt-tit{width: 100%;text-align: center;}
.fjcspt-tit h6{font-size: 36px;color: #333;font-weight: 700;}
.fjcspt-tit p{font-size: 18px;color: #666;line-height: 36px;margin-top: 20px;}
.fjcspt-img{width: 100%;margin-top: 142px;text-align: center;}
.fjcspt-img img{max-width: 100%;object-fit: cover;}
.fjcsxjb{width: 100%;overflow: hidden;}
.fjcsxjb .contain{position: relative;height: 1080px;padding-top: 282px;}
.fjcsxjb-wd{width: 560px;}
.fjcsxjb-wddes{width: 100%;color: #333;}
.fjcsxjb-wddes h6{font-size: 36px;font-weight: 700;margin-bottom: 16px;}
.fjcsxjb-wddes p{font-size: 18px;line-height: 36px;}
.fjcsxjb-top{margin-top: 80px;}
.fjcsxjb-img{position: absolute;right: 0;bottom: -236px;}
.fjcsxjb-img img{width: 100%;}
.fjcsaq{width: 100%;padding: 316px 0 200px;background: #f5f5f5;overflow: hidden;}
.fjcsaq-img{width: 54%;float: left;}
.fjcsaq-img img{max-width: 100%;}
.fjcsaq-wd{width: 40%;float: right;height: 560px;display: flex;align-items: center;}

/* 临床医教研系统 */
.lcyjban .proban-wdft span, .lcyjban .proban-wdft h6, .lcyjban .proban-wdft p label{color: #fff;}
.lcyjban .proban-wdft p label:after{background: #f0f0f0;}
.lcyjban .proban-wdft{width: 100%;}
.lcyjjqr{width: 100%;padding: 140px 0 60px;overflow: hidden;}
.lcyjjqr-tit{width: 850px;margin: 0 auto;}
.lcyjjqr-img{width: 100%;padding: 0 4%;margin-top: 120px;text-align: center;}
.lcyjjqr-img img{max-width: 100%;object-fit: cover;}
.lcyjfx{width: 100%;position: relative;overflow: hidden;}
.lcyjfx-img{display: block;width: 100%;object-fit: cover;}
.lcyjfx-wd{width: 100%;position: absolute;z-index: 2;top: 50%;transform: translateY(-50%);left: 0;}
.lcyjfx-wdft{width: 100%;}
.lcyjfx-wdft h6{font-size: 36px;color: #333;font-weight: 700;margin-bottom: 20px;}
.lcyjfx-wdft p{font-size: 18px;color: #666;line-height: 36px;}
.lcyjlx{width: 100%;padding: 360px 0 260px;overflow: hidden;}
.lcyjlx .contain{width: 1360px;}
.lcyjlx-img{width: 54%;float: left;}
.lcyjlx-img img{max-width: 100%;}
.lcyjlx-wd{width: 40%;float: right;display: flex;align-items: center;height: 300px;}

/* 设备动态物联管理系统 */
.sbdtban .proban-wd{top: 20%;top: 34%;}
.sbdtban .proban-wdft h6{font-size: 60px;margin: 28px 0 54px;}
.sbdtgs{width: 100%;padding: 124px 0 140px;}
.sbdtgs-tit.fjcspt-tit {width: 640px;margin: 0 auto;}
.sbdtgs-img{width: 100%;text-align: center;margin-top: 84px;}
.sbdtgs-img img{max-width: 100%;object-fit: cover;}
.sbdtlb{width: 100%;padding: 220px 0;background: #f0f0f0;}
.sbdtlb-list{width: 100%;}
.sbdtlb-list ul{margin-left: -2%;}
.sbdtlb-list li{width: 31.3333%;margin-left: 2%;position: relative;float: left;}
.sbdtlb-list li a{display: block;width: 100%;}
.sbdtlb-img{width: 100%;overflow: hidden;}
.sbdtlb-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.sbdtlb-wd{width: 100%;min-height: 182px;padding: 40px 38px 0;background: #fff;}
.sbdtlb-wd h6{font-size: 18px;font-weight: 500;margin-bottom: 12px;color: #333;text-align: center;}
.sbdtlb-wd p{font-size: 14px;color: #666;line-height: 24px;font-weight: 500;}
.sbdtzs{width: 100%;padding-top: 140px;}
.sbdtzs-img{width: 100%;padding: 0 4%;margin-top: 110px;text-align: center;}
.sbdtzs-img img{max-width: 100%;object-fit: cover;}

/* 智能护理信息系统 */
.znhl-contain{width: 1330px;margin: 0 auto;}
.znhlban{width: 100%;padding-top: 130px;}
.znhlban .znhl-contain{position: relative;height: 860px;}
.znhlban-wd{width: 100%;}
.znhlban-wd .proban-wdft{width: 100%;}
.znhlban-wd .proban-wdft h6 {font-size: 72px;margin: 36px 0 66px;}
.znhlban-img{position: absolute;right: 0;bottom: 60px;}
.znhlban-img img{width: 100%;}
.znhlxt{width: 100%;padding: 300px 0 160px;background: #f0f0f0;overflow: hidden;}
.znhlxt-img{width: 52.9%;float: left;}
.znhlxt-img img{max-width: 100%;object-fit: cover;}
.znhlxt-wd{width: 28.6%;float: right;display: flex;align-items: center;height: 570px;}
.znhlxt-wdft.fjcspt-tit{width: 100%;text-align: left;}
.znhlxt-wd .fjcspt-tit h6{line-height: 48px;}
.znhlxt-wd .fjcspt-tit p{margin-top: 16px;}
.znhlxg.znhlxt{background: #fff;}
.znhlxg .znhlxt-img{float: right;}
.znhlxg .znhlxt-wd{width: 33%;float: left;}
.znhlhl{width: 100%;padding: 100px 0 88px;background: #f0f0f0;}
.znhlhl-list{width: 100%;}
.znhlhl-list li{width: 25%;float: left;text-align: center;padding: 0 50px;}
.znhlhl-icon{width: 100%;height: 68px;}
.znhlhl-icon img{max-height: 100%;}
.znhlhl-wd{width: 100%;margin-top: 28px;}
.znhlhl-wd h6{font-size: 18px;color: #333;margin-bottom: 18px;font-weight: 500;}
.znhlhl-wd p{font-size: 16px;color: #666;line-height: 24px;}
.znhlfx{width: 100%;padding: 240px 0 200px;position: relative;overflow: hidden;}
.znhlfx .znhl-contain{position: relative;height: 1220px;}
.znhlfx-wd{width: 450px;position: absolute;z-index: 1;}
.znhlfx-rt{right: 0;top: 0;}
.znhlfx-lb{left: 0;bottom: 0;}
.znhlfx-wd .fjcspt-tit h6{line-height: 48px;}
.znhlfx-img{width: 100%;text-align: center;padding-top: 72px;}
.znhlfx-img img{max-width: 100%;}

/* 生命体征智能采集监控系统 */
.smtzban .proban-wdft{width: 100%;padding-left: 13%;}
.smtzban .proban-wdft h6{font-size: 60px;}
.smtzban .proban-wd{top: 46%;}
.smtzpro{width: 100%;padding: 170px 0 130px;overflow: hidden;}
.smtzpro-img{width: 39%;float: left;}
.smtzpro-img img{max-width: 100%;}
.smtzpro-wd{width: 41.53%;float: right;height: 735px;display: flex;align-items: center;}
.smtzpro-wd .fjcsxjb-wddes p{color: #666;}
.smtzsb{width: 100%;padding: 148px 0 240px;overflow: hidden;background-repeat: no-repeat !important;background-size: cover !important;background-position: center !important;}
.smtzsb-title{text-align: center;width: 100%;}
.smtzsb-title .fjcsxjb-wddes{color: #fff;}
.smtzsb-title .fjcsxjb-wddes h6{margin-bottom: 28px;}
.smtzsb-title .fjcsxjb-wddes p{width: 700px;margin: 0 auto;}
.smtzsb-list{width: 100%;}
.smtzsb-list ul{margin-left: -1.5%;}
.smtzsb-list li{width: 23.5%;float: left;margin-left: 1.5%;margin-top: 138px;border: 1px solid rgba(255,255,255,.45);position: relative;height: 240px;}
.smtzsb-img{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;border: 10px solid rgba(255,255,255,.3);background: rgba(255,255,255,.1);display: flex;align-items: center;}
.smtzsb-img img{display: block;max-width: 88%;margin: 0 auto;}
.smtzjc .smtzpro-wd{float: left;width: 44.85%;height: 872px;}
.smtzjc .smtzpro-wd .fjcsxjb-wddes p{width: 360px;}
.smtzjc .smtzpro-img{width: 33%;float: right;}
.smtzjc.smtzpro{padding: 120px 0 90px;background: #fafafa;}
.smtzicon-title{width: 100%;text-align: center;margin-bottom: 54px;}
.smtzicon-title h6{font-size: 30px;color: #333;font-weight: 500;}

/* 抢救车 */
.qjcBan.fjcsban{background: url('../images/gather/qjcBanbg.jpg') no-repeat center /cover;padding: 230px 0 160px;}
.qjcBan.fjcsban .fjcsban-wd{width: 36%;height: 650px;}
.qjcBan.fjcsban .fjcsban-img{width: 64%;}
.qjchh{width: 100%;padding: 150px 0 40px;}
.qjchh-wd{width: 100%;text-align: center;}
.qjchh-wd .fjcsxjb-wddes h6{font-size: 50px;margin-bottom: 28px;}
.qjchh-wd .fjcsxjb-wddes p{width: 880px;margin: 0 auto;}
.qjchh-img{width: 100%;text-align: center;margin-top: 110px;}
.qjchh-img img{max-width: 100%;}
.qjcgl{width: 100%;background: #f5f5f5;position: relative;overflow: hidden;}
.qjcgl-img{position: absolute;right: 0;top: 0;height: 100%;z-index: 1;}
.qjcgl-wd{height: 1100px;position: relative;z-index: 2;display: flex;align-items: center;width: 500px;}
.qjcgl-wd .fjcsxjb-wddes{margin-top: 220px;}
.qjcgl-wd .fjcsxjb-wddes h6{font-size: 50px;margin-bottom: 28px;}
.qjcpd.qjcgl .qjcgl-wd{width: 454px;float: right;}
.qjcpd.qjcgl .qjcgl-img{right: auto;top: auto;bottom: 0;left: 5%;height: auto;max-height: 80%;}
.qjcpd.qjcgl .qjcgl-wd .fjcsxjb-wddes {margin-top: 140px;}
.qjcqj.qjchh{padding: 168px 0 180px;background: #f6f6f6;}


/* 临床移动终端NDA */
.lcydBan.fjcsban{padding: 200px 0 220px;background: #f0f0f0;}
.lcydBan.fjcsban .fjcsban-img{width: 52%;}
.lcydBan.fjcsban .fjcsban-wd{width: 42%;height: 460px;}
.lcydBan.fjcsban .proban-wdft h6{font-size: 70px;}
.lcydjf{width: 100%;padding: 180px 0 10px;}
.lcydjf-img{width: 41.5%;float: right;text-align: center;}
.lcydjf-img img{max-width: 100%;}
.lcydjf-wd{width: 41.5%;padding-left: 110px;display: flex;align-items: center;height: 890px;float: left;}
.lcydsj.lcydjf{background: #f0f0f0;}
.lcydsj.lcydjf .lcydjf-wd{padding-left: 0;padding-right: 110px;height: 800px;float: right;}
.lcydsj.lcydjf .lcydjf-img{float: left;}
.lcydsj-icon{width: 100%;overflow: hidden;margin-top: 80px;}
.lcydsj-icon li{width: 50%;float: left;color: #333;}
.lcydsj-iconimg{height: 68px;width: 100%;line-height: 68px;}
.lcydsj-iconimg img{max-width: 100%;}
.lcydsj-icon li h6{font-size: 32px;margin: 18px 0 12px;}
.lcydsj-icon li h6 span{font-size: 16px;display: inline-block;vertical-align: text-bottom;}
.lcydsj-icon li p{font-size: 16px;}
.lcydsj-item{width: 100%;}
.lcydjl.lcydjf{background: #f0f0f0;padding: 80px 0;}
.lcydjl.lcydsj.lcydjf .lcydjf-wd{padding-right: 0;width: 370px;}
.lcydqj{width: 100%;overflow: hidden;}
.lcydqj .contain{position: relative;height: 1080px;}
.lcydqj-img1{position: absolute;top: 0;left: 0;}
.lcydqj-img2{position: absolute;bottom: 0;right: 0;}
.lcydqj-wd{position: absolute;left: 0;bottom: 200px;z-index: 2;}
.lcydgl{width: 100%;position: relative;overflow: hidden;}
.lcydgl img{width: 100%;object-fit: cover;}
.lcydgl-wd{position: absolute;width: 100%;left: 0;text-align: right;top: 168px;}
.lcydcx.znhlhl.smtzicon{background: #fff;padding: 54px 0;}
.lcydcx.znhlhl.smtzicon .znhlhl-list li{width: 33.3333%;}

/* 512 */
.pro512hj{width: 100%;padding: 158px 0 80px;}
.pro512-tit.fjcspt-tit h6{font-size: 50px;margin-bottom: 34px;}
.pro512-tit.fjcspt-tit p{line-height: 32px;margin-top: 0;}
.pro512hj-tit{width: 100%;}
.pro512hj-title .fjcspt-tit p{width: 720px;margin: 0 auto;}
.pro512hj-img{width: 100%;margin-top: 88px;text-align: center;}
.pro512hj-img img{max-width: 100%;}
.pro512pj{width: 100%;position: relative;background: #f6f6f6;overflow: hidden;}
.pro512pj-img{width: 50%;float: right;}
.pro512pj-img img{width: 100%;object-fit: cover;}
.pro512pj-wd{position: absolute;left: 0;width: 100%;top: 50%;transform: translateY(-50%);}
.pro512pj-wd .fjcspt-tit{width: 380px;text-align: left;}
.pro512yt.pro512pj .pro512pj-wd .fjcspt-tit{width: 460px;float: right;}
.pro512yt.pro512pj .pro512pj-img{float: left;}
.pro512zn.pro512hj{padding: 240px 0 210px;}
.pro512zn.pro512hj .fjcspt-tit p{width: 100%;}
.pro512zn.pro512hj .pro512hj-img{margin-top: 80px;}
.pro512jy{width: 100%;padding: 380px 0 330px;background: #f6f6f6;}
.pro512jy-wd{width: 44.85%;float: left;display: flex;align-items: center;height: 310px;}
.pro512jy-wd .fjcspt-tit{text-align: left;}
.pro512jy-img{width: 48.5%;float: right;}
.pro512jy-img img{width: 100%;object-fit: cover;}

/* 产品919 */
.pro919zh{width: 100%;padding: 150px 0 130px;}
.pro919-title{width: 100%;text-align: center;color: #000;}
.pro919-title h5{font-size: 50px;font-weight: 700;}
.pro919-title h6{font-size: 35px;font-weight: 400;margin: 20px 0 40px;}
.pro919-title p{font-size: 18px;line-height: 32px;font-weight: 400;}
.pro919zh-menu{width: 774px;margin: 64px auto 48px;border-bottom: 1px solid #e5e5e5;}
.pro919zh-menu li{width: 50%;text-align: center;float: left;}
.pro919zh-menu li a{display: inline-block;vertical-align: middle;height: 58px;line-height: 58px;padding: 0 14px;position: relative;font-size: 24px;color: #333;transition: all .4s ease;}
.pro919zh-menu li a:after{content: "";width: 100%;left: 0;bottom: -1px;height: 4px;background: #3674e0;position: absolute;opacity: 0;}
.pro919zh-menu li.ontrue a:after{opacity: 1;}
.pro919zh-menu li a:hover{color: #3674e0;}
.pro919zh-loop{width: 1000px;margin: 0 auto;}
.pro919zh-loopimg{width: 100%;text-align: center;height: 560px;line-height: 560px;}
.pro919zh-loopimg img{max-height: 100%;}
.pro919zh-loop .swiper-button-prev, .pro919zh-loop .swiper-button-next{width: 80px;height: 80px;background: #f5f5f5 url('../images/gather/pro826LbArr.png') no-repeat center;border-radius: 50%;margin-top: -40px;transition: all .4s ease;}
.pro919zh-loop .swiper-button-next{transform: rotate(180deg);}
.pro919zh-loop .swiper-button-prev:hover, .pro919zh-loop .swiper-button-next:hover{background-color: #e0e0e0;}
.pro919zh-list{width: 100%;text-align: center;margin-top: 40px;}
.pro919zh-list ul{display: inline-block;font-size: 0;margin: 0 auto;border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;}
.pro919zh-list li{display: inline-block;vertical-align: middle;margin: 0 22px;position: relative;border: 1px solid #f1f1f1;width: 66px;height: 118px;line-height: 118px;cursor: pointer;text-align: center;transition: all .4s ease;}
.pro919zh-list li:first-child{margin-left: 0;}
.pro919zh-list li:last-child{margin-right: 0;}
.pro919zh-list li img{max-height: 88%;max-width: 88%;}
.pro919zh-list li:after{content: "";width: 100%;left: 0;bottom: -22px;height: 4px;background: #3674e0;position: absolute;opacity: 0;}
.pro919zh-list li.ontrue:after{opacity: 1;}
.pro919zh-list li.ontrue, .pro919zh-list li:hover{border-color: #3674e0;}
.pro919yt{width: 100%;padding: 160px 0;background: #f6f6f6;overflow: hidden;}
.pro919yt-wd{width: 490px;padding-left: 118px;float: left;margin-top: 100px;}
.pro919yt-wd .pro919-title{text-align: left;}
.pro919yt-wdimg{width: 100%;object-fit: cover;margin-top: 48px;}
.pro919yt-img{width: 41.5%;text-align: center;float: right;}
.pro919yt-img img{max-width: 100%;}
.pro919ty{width: 100%;}
.pro919ty-wd{width: 800px;margin: 188px auto 154px;}
.pro919ty-bg{display: block;width: 100%;}
.pro919js{width: 100%;background: #f6f6f6;overflow: hidden;position: relative;}
.pro919js-img{width: 50%;float: right;}
.pro919js-img img{width: 100%;object-fit: cover;}
.pro919js-wd{width: 100%;position: absolute;z-index: 1;top: 50%;transform: translateY(-50%);left: 0;}
.pro919js-wd .pro919-title{text-align: left;width: 440px;padding-left: 52px;}
.pro919sj{width: 100%;padding: 220px 0 200px;}
.pro919sj-wd{width: 780px;margin: 0 auto;}
.pro919sj-img{width: 100%;margin-top: 140px;}
.pro919sj-img li{width: 50%;float: left;text-align: center;}
.pro919sj-img li img{max-width: 100%;}
.pro919bf{width: 100%;padding: 240px 0 260px;background: #f6f6f6;}
.pro919bf-title{width: 100%;}
.pro919bf-wd .pro919-title h5{margin-bottom: 28px;}
.pro919bf-list{width: 100%;margin-top: 88px;}
.pro919bf-list li{position: relative;border: 2px solid #d3d3d3;text-align: center;float: left;}
.pro919bf-list li img{max-width: 100%;}
.pro919bf-list li p{position: absolute;z-index: 2;font-size: 16px;color: #666;left: 8px;top: 12px;}
.pro919bf-list li:first-child{width: 42%;height: 900px;line-height: 900px;}
.pro919bf-list li:first-child img{max-height: 90%;}
.pro919bf-list li:nth-child(2), .pro919bf-list li:nth-child(3){height: 440px;width: 56%;margin-left: 2%;}
.pro919bf-list li:nth-child(3){margin-top: 20px;}
.pro919bf-list li:nth-child(2) img, .pro919bf-list li:nth-child(3) img{max-height: 100%;}

/* 产品826 */
.pro826{width: 100%;}

/* 产品735 */
.pro735ban .proban-wdft{width: 642px;}
.pro735ban .proban-wdft h6{font-size: 80px;}
.pro735gz{width: 100%;position: relative;padding-top: 140px;}
.pro735gz-img{width: 100%;text-align: right;}
.pro735gz-wd{position: absolute;z-index: 2;left: 0;top: 50%;transform: translateY(-50%);width: 100%;}
.pro735gz-wdft{width: 480px;color: #252525;}
.pro735gz-wdft h6{font-size: 36px;font-weight: 700;margin-bottom: 20px;}
.pro735gz-wdft p{font-size: 18px;line-height: 36px;}
.pro735zr{background: #f6f6f6;}
.pro735zr .pro735gz-img{text-align: left;}
.pro735zr .pro735gz-wdft{width: 460px;float: right;}
.pro735cz{width: 100%;position: relative;padding: 154px 0 152px;}
.pro735-tit{width: 100%;text-align: center;}
.pro735-tit h6{font-size: 36px;color: #333;font-weight: 700;}
.pro735cz-cont{width: 100%;position: relative;margin-top: 134px;text-align: center;}
.pro735cz-img{max-width: 100%;margin-right: 98px;}
.pro735cz-wd{position: absolute;}
.pro735cz-wd span, .pro735cz-wd img{display: inline-block;vertical-align: middle;}
.pro735cz-wd span{font-size: 18px;color: #333;}
.pro735cz-wd:nth-child(2n) span{margin-right: 24px;}
.pro735cz-wd:nth-child(2n+1) span{margin-left: 24px;}
.pro735cz-wd:nth-child(2n){width: 300px;text-align: right;}
.pro735cz-wd:nth-child(2n+1){width: 390px;text-align: left;}
.pro735cz-wd1{left: 0;top: 180px;}
.pro735cz-wd2{right: 0;top: 180px;}
.pro735cz-wd3{left: 0;bottom: 120px;}
.pro735cz-wd4{right: 0;bottom: 120px;}
.pro735sx{width: 100%;padding: 128px 0 200px;background: #f6f6f6;}
.pro735sx-list{width: 100%;margin-top: 84px;}
.pro735sx-list ul{margin-left: -2%;}
.pro735sx-list li{width: 23%;float: left;text-align: center;margin-left: 2%;}
.pro735sx-img{width: 100%;overflow: hidden;}
.pro735sx-img img{width: 100%;object-fit: cover;}
.pro735sx-wd{width: 100%;padding-top: 36px;}
.pro735sx-wd p{font-size: 18px;color: #333;line-height: 32px;}

/* 疫情早期预警系统 */
.yqzqban .proban-wdft{width: 100%;float: left;}
.yqzqban .proban-wdft h6{font-size: 60px;}
.yqzqbq{width: 100%;padding: 130px 0;}
.yqzq-tit{max-width: 940px;text-align: center;margin: 0 auto;}
.yqzq-tit h6{font-size: 36px;color: #333;font-weight: 700;}
.yqzq-tit p{font-size: 18px;line-height: 36px;color: #666;margin-top: 28px;}
.yqzqbq-img{width: 100%;text-align: center;margin-top: 120px;}
.yqzqbq-img img{max-width: 100%;}
.yqzqxt{width: 100%;background: #eee;padding: 140px 0 220px;}
.yqzqxt-list{width: 100%;margin-top: 90px;}
.yqzqxt-list ul{margin-left: -1.3333%;}
.yqzqxt-list li{width: 32%;float: left;background: #fff;margin-left: 1.3333%;}
.yqzqxt-img{width: 100%;overflow: hidden;}
.yqzqxt-img img{width: 100%;object-fit: cover;}
.yqzqxt-wd{width: 100%;height: 204px;padding: 42px 44px 0;text-align: center;}
.yqzqxt-wd h6{font-size: 24px;color: #333;font-weight: 700;margin-bottom: 20px;}
.yqzqxt-wd p{font-size: 18px;color: #666;line-height: 36px;}
.yqzqxt .contain{width: 1520px;}
.yqzqlc{width: 100%;padding: 170px 0 150px;}
.yqzqlc-list{width: 100%;margin-top: 130px;}
.yqzqlc-list li{width: 33.3333%;float: left;text-align: center;}
.yqzqlc-list img{width: auto;}
.yqzqlc-list p{font-size: 18px;color: #666;line-height: 26px;margin-top: 28px;}

/* 病区智能药品 */
.bqznban .proban-wd{top: 58%;}
.bqznban .proban-wdft{width: 560px;}
.bqznban .proban-wdft h6{font-size: 70px;}
.bqznbq{width: 100%;background: #0f0f0f;padding-top: 180px;}
.bqzn-tit{width: 850px;text-align: center;margin: 0 auto;}
.bqzn-tit h6{font-size: 36px;color: #333;font-weight: 700;margin-bottom: 28px;}
.bqzn-tit p{font-size: 18px;line-height: 36px;color: #666;}
.bqzn-tit-white h6, .bqzn-tit-white p{color: #fff;}
.bqznbq-img{width: 100%;text-align: center;margin-top: 48px;}
.bqznbq-img img{max-width: 100%;object-fit: cover;}
.bqznyp{width: 100%;position: relative;padding-top: 180px;}
.bqznyp-img{width: 100%;text-align: right;}
.bqznyp-img img{height: auto;}
.bqznyp-wd{position: absolute;width: 100%;left: 0;top: 60%;transform: translateY(-50%);z-index: 2;}
.bqznyp-wd .bqzn-tit{width: 100%;text-align: left;}
.bqznqx{width: 100%;overflow: hidden;background: #0f0f0f;position: relative;}
.bqznqx-img{width: 50%;}
.bqznqx-img img{width: 100%;object-fit: cover;}
.bqznqx-wd{position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);}
.bqznqx-wd .bqzn-tit{width: 330px;text-align: left;float: right;}
.bqznyz{width: 100%;overflow: hidden;position: relative;}
.bqznyz-img{width: 50%;float: right;}
.bqznyz-img img{width: 100%;object-fit: cover;}
.bqznyz-wd{position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);}
.bqznyz-wd .bqzn-tit{width: 400px;text-align: left;float: left;}
.bqznbz{width: 100%;position: relative;padding: 180px 0 110px;background: #0f0f0f;}
.bqznbz-contain{width: 900px;margin: 0 auto;}
.bqznbz-img{width: 54.33%;float: left;}
.bqznbz-img img{max-width: 100%;}
.bqznbz-wd{width: 248px;float: right;padding-top: 100px;}
.bqznbz-wd h6{font-size: 36px;color: #fff;font-weight: 700;text-align: center;}
.bqznbz-wd p{width: 100%;margin-top: 54px;}
.bqznbz-wd p img, .bqznbz-wd p span{display: inline-block;vertical-align: middle;}
.bqznbz-wd p span{height: 42px;line-height: 42px;margin-left: 16px;font-size: 16px;color: #fff;}
.bqzngl{width: 100%;overflow: hidden;padding: 150px 0 140px;}
.bqzngl .bqzn-tit h6{margin-bottom: 0;}
.bqzngl-list{width: 100%;margin-top: 120px;}
.bqzngl-list li{width: 25%;text-align: center;float: left;}
.bqzngl-list li img{height: 68px;}
.bqzngl-wd{width: 100%;padding-top: 40px;}
.bqzngl-wd p{font-size: 18px;color: #333;line-height: 36px;}
.bqznlc{width: 100%;padding: 220px 0 140px;background: #0f0f0f url('../images/gather/bqznBg.png') no-repeat center/cover;}
.bqznlc-img{width: 57.8%;float: left;}
.bqznlc-img img{max-width: 100%;}
.bqznlc-wd{width: 30%;float: right;display: flex;align-items: center;height: 530px;}
.bqznlc-wd .bqzn-tit{width: 100%;text-align: left;}

/* 床旁护理解决方案 */
.cphlban .proban-wd{top: 38%;}
.cphlban .proban-wdft{width: 100%;}
.cphlban .proban-wdft h6{font-size: 48px;font-weight: 400;margin: 0 0 44px;}
.cphlban .proban-wdft span{font-size: 24px;line-height: 52px;}
.cphlcp{width: 100%;background: #f2f2f2;padding: 110px 0 200px;}
.cphl-tit{width: 100%;text-align: center;padding: 0 4%;}
.cphl-tit h6{font-size: 36px;color: #333;font-weight: 700;}
.cphlcp-desc{width: 100%;margin-top: 46px;}
.cphlcp-desc p{font-size: 18px;color: #666;line-height: 32px;margin-top: 24px;}
.cphlcp-desc p:first-child{margin-top: 0;}
.cphlcp-list{width: 100%;margin-top: 80px;}
.cphlcp-contain{width: 1520px;margin: 0 auto;}
.cphlcp-list ul{margin-left: -1%;}
.cphlcp-list li{width: 32.3333%;float: left;margin-left: 1%;margin-top: 1%;}
.cphlcp-list li img{width: 100%;object-fit: cover;}
.cphlys{width: 100%;padding: 170px 0 0;}
.cphlys-list{width: 100%;margin-top: 190px;}
.cphlys-list ul{margin-left: -6%;}
.cphlys-list li{width: 44%;position: relative;padding-left: 140px;float: left;margin-left: 6%;}
.cphlys-list li img{position: absolute;top: 0;left: 0;}
.cphlys-list li h6{font-size: 24px;color: #666;font-weight: 700;margin-bottom: 20px;}
.cphlys-list li p{font-size: 18px;color: #666;line-height: 32px;height: 280px;}
.cphltj{width: 100%;padding: 140px 0 120px;background: #f2f2f2;}
.cphltj-loop{width: 100%;position: relative;margin-top: 120px;}
.cphltj-loop .contain{position: relative;}
.cphltj-img{width: 100%;overflow: hidden;text-align: center;background: #fff;}
.cphltj-img a{display: block;width: 100%;overflow: hidden;height: 260px;line-height: 254px;}
/*.cphltj-img img{max-width: 100%;object-fit: cover;max-height: 200px;}*/
.cphltj-img img{max-width: 100%;object-fit: cover;max-height: 100%;}
.cphltj-wd{width: 100%;text-align: center;padding: 28px 0;}
.cphltj-wd h6{font-size: 18px;color: #666;line-height: 26px;}
.cphltj-prev, .cphltj-next{position: absolute;z-index: 4;width: 60px;height: 100px;top: 50%;margin-top: -84px;cursor: pointer;background: url('../images/gather/cphlArr.png') no-repeat center;transition: all .4s ease;}
.cphltj-prev{left: -120px;}
.cphltj-next{right: -120px;transform: rotate(180deg);}
.cphltj-prev:hover, .cphltj-next:hover{background-image: url('../images/gather/cphlArrH.png');}
.cphlal{width: 100%;padding: 130px 0 110px;}
.cphlal-list{width: 100%;padding-top: 130px;}
.cphlal-list ul{margin-left: -1%;}
.cphlal-list li{width: 32.3333%;float: left;margin-left: 1%;}
.cphlal-list li img{width: 100%;object-fit: cover;}
.cphlal-list li h6{font-size: 18px;color: #666;line-height: 26px;width: 100%;text-align: center;padding: 28px 0;}

/* 床旁交互系统 */
.cpjhban{height: 1000px;}
.cpjh-contain{width: 1520px;margin: 0 auto;}
.cpjhban.sonban img {width: auto;min-height: auto;position: absolute;right: 0;bottom: 112px;width: 1250px;max-width: 100%;}
.cpjhban .proban-wd{top: 38%;}
.cpjhban .proban-wdft{width: 100%;}
.cpjhban .proban-wdft h6{font-size: 72px;font-weight: 400;}
.cpjhzn{width: 100%;background: #f2f2f2;position: relative;}
.cpjhzn img{width: 100%;}
.cpjhzn-wd{width: 100%;position: absolute;z-index: 2;left: 0;top: 152px;}
.cpjhzn-wdft{width: 428px;}
.cpjhzn-wdft h6{font-size: 36px;color: #333;font-weight: 700;margin-bottom: 20px;}
.cpjhzn-wdft p{font-size: 18px;color: #666;line-height: 32px;}
.cpjhxt{width: 100%;padding-top: 100px;}
.cpjhxt-pic{width: 100%;}
.cpjhxt-pic img{width: 100%;object-fit: cover;}
.cpjhxt-tit{width: 100%;text-align: center;}
.cpjhxt-tit h6{font-size: 36px;color: #333;font-weight: 700;}
.cpjhxt-list{width: 100%;margin-top: 100px;}
.cpjhxt-list ul{margin-left: -6%;}
.cpjhxt-list li{width: 44%;float: left;margin-left: 6%;height: 180px;position: relative;padding-left: 100px;}
.cpjhxt-list li img{position: absolute;top: 0;left: 0;width: 72px;}
.cpjhxt-list li h6{font-size: 24px;color: #666;font-weight: 700;margin-bottom: 20px;}
.cpjhxt-list li p{font-size: 16px;color: #666;line-height: 32px;}
.cpjhhs{width: 100%;background: #f2f2f2;padding: 150px 0 100px;position: relative;}
.cpjhhs-img{width: 50%;float: left;text-align: center;}
.cpjhhs-img img{max-width: 100%;}
.cpjhhs-wd{position: absolute;z-index: 2;left: 0;top: 50%;transform: translateY(-50%);width: 100%;}
.cpjhhs-wdft{float: right;}
.cpjhhs-wdft h6{font-size: 36px;color: #333;font-weight: 700;}
.cpjhhs-wdft p{font-size: 0;width: 100%;margin-top: 84px;}
.cpjhhs-wdft p img, .cpjhhs-wdft p span{display: inline-block;vertical-align: middle;height: 72px;}
.cpjhhs-wdft p span{margin-left: 16px;font-size: 18px;color: #666;line-height: 32px;font-weight: 300;width: 150px;}
.cpjhct{width: 100%;padding-bottom: 160px;background: #000;}
.cpjhct-img{width: 50%;float: right;}
.cpjhct-img img{max-width: 100%;}
.cpjhct-wd{width: 50%;float: left;}
.cpjhct-wdtit{width: 100%;padding: 200px 0;}
.cpjhct-wdtit h6{font-size: 36px;color: #fff;font-weight: 700}
.cpjhct-wdlb{width: 100%;}
.cpjhct-wdlb li{width: 50%;float: left;margin-top: 88px;}
.cpjhct-wdlb li img, .cpjhct-wdlb li span{display: inline-block;vertical-align: middle;height: 72px;}
.cpjhct-wdlb li span{margin-left: 16px;font-size: 18px;color: #fff;line-height: 32px;font-weight: 300;width: 200px;}

/* 访问声明 - 使用条款 - 隐私政策 */
.fwsm-content{width: 100%;background: #fafafa;padding: 100px 0 180px;}
.fwsm-tit{width: 100%;text-align: center;}
.fwsm-tit h6{font-size: 48px;color: #333;font-weight: 700;}
.fwsm-desc{width: 100%;margin-top: 100px;}
.fwsm-desc p{font-size: 18px;color: #666;line-height: 36px;}
.fwsm-desc h6{font-size: 36px;color: #333;font-weight: 700;margin-bottom: 30px;}

/* 互联网平台解决方案 */
.hlwpt{width: 100%;}
.hlwpt .cphlban .proban-wd{top: 50%;}
.hlwpt .cphlban .proban-wdft h6, .hlwpt .cphlban .proban-wdft span{color: #fff;}
.hlwpt .cphlcp-list ul{margin-left: -3%;}
.hlwpt .cphlcp-list li{width: 47%;margin-left: 3%;margin-top: 3%;}
.hlwpt .cphlcp-list li p{font-size: 18px;color: #666;line-height: 28px;padding-top: 28px;text-align: center;}

/* 智慧病房交互解决方案 */
.zhbfjh{width: 100%;}
.zhbfjh .cphlban .proban-wd{top: 50%;}
.zhbfjh .cphlban .proban-wdft h6, .zhbfjh .cphlban .proban-wdft span{color: #fff;}
.zhbfjh .cphlcp{padding: 180px 0 140px;background: #fff;}
.zhbfjh .cphlys{background: #f2f2f2;}
.zhbfjh .cphltj{background: #fff;}
.zhbfjh .cphlal{background: #f2f2f2;}
.zhbfjh .cphltj-loop ul{margin-left: -2%;}
.zhbfjh .cphltj-loop li{width: 48%;float: left;margin-left: 2%;}
.zhbfjh .cphltj-loop li img{width: 100%;object-fit: cover;}
.zhbfjh .cphltj-loop li p{font-size: 18px;color: #666;line-height: 28px;padding-top: 28px;text-align: center;}

/* 智慧病房解决方案 */
.zhbf{width: 100%;}
.zhbf .cphlban .proban-wd{top: 50%;}
.zhbf .zhbffa{width: 100%;margin-top: 128px;}
.zhbf .zhbffa img{width: 100%;object-fit: cover;}
.zhbf .zhbffa .swiper-button-next, .zhbf .zhbffa .swiper-button-prev{background-image: url('../images/gather/zhbfArr.png');}
.zhbf .zhbffa .swiper-button-prev{left: 6%;}
.zhbf .zhbffa .swiper-button-next{right: 6%;transform: rotate(180deg);}
.zhbf .cphlcp{padding-bottom: 100px;}
.zhbf .cphlys{background: #fff;}
.zhbf .cphlal{background: #f2f2f2;}

/* 全供应链耗材闭环智能管理系统 */
.qgylban{width: 100%;position: relative;background: #f6f6f6;padding-top: 144px;}
.qgylban .contain{position: relative;}
.qgylban-img{max-height: 100%;margin-left: -80px;}
.qgylban .proban-wd{top: 40%;}
.qgylban .proban-wdft{width: 430px;}
.qgylban .proban-wdft span{font-size: 30px;}
.qgylban .proban-wdft h6{font-size: 60px;font-weight: 400;margin: 36px 0 50px;}
.qgylxt{width: 100%;padding-top: 210px;}
.qgylxt .contain{position: relative;}
.qgylxt-img{width: 47%;float: right;text-align: right;}
.qgylxt-img img{max-width: 100%;}
.qgylxt-wd{width: 512px;position: absolute;left: 0;top: 40%;transform: translateY(-50%);}
.qgylxt-wdft{width: 100%;}
.qgylxt-wd h6{font-size: 36px;color: #333;font-weight: 700;margin-bottom: 20px;}
.qgylxt-wd p{font-size: 18px;color: #666;line-height: 36px;}
.qgylys{width: 100%;background: #f6f6f6;padding: 140px 0 230px;}
.qgyl-tit{width: 100%;text-align: center;}
.qgyl-tit h6{font-size: 36px;color: #333;font-weight: 700;margin-bottom: 20px;}
.qgylys-list{width: 100%;margin-top: 100px;}
.qgylys-list ul{margin-left: 1%;}
.qgylys-list li{width: 32.3333%;float: left;margin-left: 1%;}
.qgylys-img{width: 100%;overflow: hidden;}
.qgylys-img img{width: 100%;object-fit: cover;}
.qgylys-wd{width: 100%;background: #fff;min-height: 206px;padding: 42px 32px 0;text-align: center;}
.qgylys-wd h6{font-size: 24px;color: #333;font-weight: 700;margin-bottom: 16px;}
.qgylys-wd p{font-size: 18px;color: #666;line-height: 36px;}
.qgyltd{width: 100%;padding: 150px 0 40px;}
.qgyltd-list{width: 100%;margin-top: 116px;}
.qgyltd-list li{width: 33.3333%;float: left;text-align: center;}
.qgyltd-wd{width: 220px;margin: 0 auto;height: 240px;padding-top: 40px;}
.qgyltd-wd h6{font-size: 24px;color: #666;font-weight: 700;margin-bottom: 12px;}
.qgyltd-wd p{font-size: 18px;color: #666;line-height: 36px;}

/* 智慧病房交互平台 */
.zhptban{width: 100%;position: relative;padding: 100px 0;}
.zhptban .cphlcp-contain{position: relative;}
.zhptban-img{width: 100%;text-align: right;}
.zhptban-img img{max-width: 100%;}
.zhptban .proban-wdft{width: 100%;float: left;}
.zhptban .proban-wdft h6{font-size: 60px;font-weight: 400;margin: 36px 0 50px;}
.zhptpt{width: 100%;background: #fafafa;padding: 130px 0 150px;}
.zhpt-tit{width: 100%;text-align: center;}
.zhpt-tit h6{font-size: 36px;color: #333;font-weight: 700;}
.zhpt-tit p{font-size: 18px;color: #666;line-height: 36px;margin-top: 34px;}
.zhptpt .zhpt-tit{width: 1030px;margin: 0 auto;}
.zhptpt-img{width: 100%;text-align: center;margin-top: 150px;}
.zhptpt-img img{max-width: 100%;object-fit: cover;}
.zhptcj{width: 100%;padding: 180px 0 240px;}
.zhpthy{width: 100%;padding: 148px 0;background: #fafafa;}
.zhpthy-list{width: 100%;margin-top: 100px;}
.zhpthy-list li{width: 33.3333%;float: left;text-align: center;}
.zhpthy-list img{width: auto;}
.zhpthy-wd{width: 100%;padding-top: 20px;}
.zhpthy-wd p{font-size: 18px;color: #666;line-height: 36px;}

/* 加入我们详情 */
.jobxq{width: 100%;background: #f6f6f6;padding: 100px 0 80px;}
.jobxq-title{width: 100%;padding-bottom: 12px;border-bottom: 1px solid #999;}
.jobxq-title h6{font-size: 36px;color: #333;font-weight: 400;}
.jobxq-list{width: 100%;overflow: hidden;margin-top: 24px;}
.jobxq-list li{display: block;width: 20%;float: left;font-size: 18px;color: #999;}
.jobxq-cont{width: 100%;padding: 80px 0 100px;}
.jobxq-cont strong, .jobxq-cont h6{font-size: 24px;color: #333;}
.jobxq-cont p{font-size: 18px;color: #333;line-height: 36px;}
.jobxq-back{width: 100%;}
.jobxq-back a{display: block;border: 1px solid #999;width: 160px;text-align: center;padding: 16px 0;font-size: 20px;color: #333;font-weight: 300;transition: all .4s ease;}
.jobxq-back a:hover{background: #999;color: #fff;}
.jobxq-hint{font-size: 18px;color: #999;width: 100%;line-height: 36px;padding-top: 12px;border-top: 1px solid #999;margin-top: 40px;}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .newstit{padding: 140px 0 60px;}
    .newslist{padding-bottom: 200px;}
    .newslist li{margin-top: 50px;}
    .newslist-wd{padding-top: 40px;}
    .joinbj{padding: 120px 0 160px;}
    .joinbj-img {margin-top: 100px;}
    .joincz {padding: 210px 0 160px;}
    .joincz-img {margin-top: 140px;}
    .joinzh {padding: 140px 0 80px;}
    .joinzh-list {margin-top: 100px;}
    .joinzp {padding: 110px 0 240px;}
    .caseal {padding: 140px 0 280px;}
    .caseal-list {margin-top: 120px;}
    .casebf {padding: 160px 0 180px;}
    .casebf-list {margin-top: 80px;}
    .seritem{margin-top: 50px;}
    .sercon {padding: 180px 0 200px;}
    .serban-wd h6{font-size: 80px;}
    .serban-wd p{font-size: 48px;line-height: 68px;}
    .prolt-contain{width: 92%;}
    .prolt-tit {padding: 140px 0 20px;}
    .proban-wdft h6 {font-size: 80px;margin: 30px 0 54px;}
    .proban-wdft{width: 330px;}
    .prolt-con li {height: 500px;padding: 46px 0 0 44px;margin-top: 100px;}
    .prolt-link{left: 44px;}
    .prolt {padding-bottom: 240px;}
    .intro-contain{width: 92%;}
    .introwh {padding: 500px 0 640px;}
    .introwh-cg {margin-top: 454px;}
    .introkh {padding: 470px 0 300px;}
    .exp-contain{width: 92%;}
    .solve-contain{width: 92%;}
    .solve{padding: 140px 0 210px;}
    .solve-list li{margin-top: 100px;}
    .solve-wd p{height: 260px;}
    .qbhsyban {padding: 140px 0 120px;}
    .qbhsyaq {padding: 100px 0 66px;}
    .qbhsygx .contain {padding: 240px 0 236px;}
    .qbhsygx-img{width: 600px;}
    .qbhsyjz .contain {height: 920px;padding-top: 160px;}
    .qbhsyzn.qbhsyaq {padding: 240px 0 140px;}
    .fjcsban {padding: 170px 0 220px;}
    .fjcspt {padding: 120px 0 100px;}
    .fjcspt-img{margin-top: 120px;}
    .fjcsxjb .contain {height: 1000px;padding-top: 242px;}
    .fjcsaq {padding: 260px 0 160px;}
    .lcyjjqr {padding: 100px 0 20px;}
    .lcyjjqr-img {margin-top: 90px;}
    .lcyjlx {padding: 300px 0 200px;}
    .sbdtban .proban-wdft h6 {font-size: 52px;margin: 24px 0 48px;}
    .sbdtgs {padding: 90px 0 110px;}
    .sbdtgs-img {margin-top: 68px;}
    .sbdtlb {padding: 168px 0;}
    .sbdtzs {padding-top: 110px;}
    .sbdtzs-img {margin-top: 80px;}
    .znhlban-wd .proban-wdft h6 {font-size: 66px;margin: 32px 0 60px;}
    .znhlban {padding-top: 110px;}
    .znhlxt {padding: 240px 0 120px;}
    .znhlfx {padding: 200px 0 160px;}
    .smtzban .proban-wdft h6 {font-size: 52px;}
    .smtzban .proban-wdft {padding-left: 20%;}
    .smtzpro {padding: 130px 0 100px;}
    .smtzsb {padding: 100px 0 200px;}
    .smtzsb-list li{margin-top: 110px;}
    .smtzsb-title .fjcsxjb-wddes h6{margin-bottom: 24px;}
    .qjchh {padding: 128px 0 38px;}
    .qjchh-img {margin-top: 90px;}
    .qjchh-wd .fjcsxjb-wddes h6, .qjcgl-wd .fjcsxjb-wddes h6{font-size: 42px;margin-bottom: 24px;}
    .qjcgl-wd {height: 1010px;}
    .qjcpd.qjcgl .qjcgl-img{left: 4%;}
    .qjcqj.qjchh {padding: 138px 0 148px;}
    .qjcBan.fjcsban {padding: 190px 0 120px;}
    .lcydBan.fjcsban .proban-wdft h6 {font-size: 60px;}
    .lcydBan.fjcsban {padding: 160px 0 180px;}
    .lcydjf {padding: 148px 0 10px;}
    .pro512hj {padding: 110px 0 80px;}
    .pro512-tit.fjcspt-tit h6 {font-size: 44px;margin-bottom: 28px;}
    .pro512hj-img {margin-top: 80px;}
    .pro512zn.pro512hj {padding: 200px 0 170px;}
    .pro512jy {padding: 320px 0 300px;}
    .pro919zh {padding: 120px 0 100px;}
    .pro919-title h5{font-size: 42px;}
    .pro919-title h6 {font-size: 32px;margin: 18px 0 32px;}
    .pro919yt {padding: 120px 0;}
    .pro919ty-wd {margin: 140px auto 120px;}
    .pro919sj {padding: 180px 0 160px;}
    .pro919sj-img {margin-top: 100px;}
    .pro919bf {padding: 200px 0 220px;}
    .pro735ban .proban-wdft h6 {font-size: 68px;}
    .pro735gz {padding-top: 120px;}
    .pro735cz {padding: 130px 0;}
    .pro735cz-cont {margin-top: 110px;}
    .pro735sx {padding: 108px 0 180px;}
    .pro735ban .proban-wdft{width: 550px;}
    .yqzqban .proban-wdft h6 {font-size: 56px;}
    .yqzqbq {padding: 110px 0;}
    .yqzqbq-img {margin-top: 100px;}
    .yqzqxt {padding: 110px 0 180px;}
    .yqzqxt-list {margin-top: 80px;}
    .yqzqlc {padding: 140px 0 120px;}
    .yqzqlc-list {margin-top: 110px;}
    .yqzqxt .contain{width: 92%;}
    .bqznban .proban-wdft h6 {font-size: 60px;}
    .bqznban .proban-wdft {width: 488px;}
    .bqznbq, .bqznyp{padding-top: 150px;}
    .bqznyp-img img{height: 800px;}
    .bqznbz {padding: 150px 0 100px;}
    .bqzngl {padding: 120px 0 110px;}
    .bqzngl-list {margin-top: 100px;}
    .bqznlc {padding: 180px 0 120px;}
    .cphlcp {padding: 100px 0 160px;}
    .cphlcp-contain{width: 92%;}
    .cphlys {padding: 140px 0 0;}
    .cphlys-list {margin-top: 150px;}
    .cphltj {padding: 120px 0 100px;}
    .cphltj-loop {margin-top: 100px;}
    .cphlal {padding: 110px 0 100px;}
    .cphlal-list {padding-top: 110px;}
    .cpjhban .proban-wdft h6{font-size: 64px;}
    .cpjhban.sonban img {bottom: 90px;width: 1100px;}
    .cpjhban{height: 900px;}
    .cpjh-contain{width: 92%;}
    .cpjhzn-wd{top: 16%;}
    .cpjhhs {padding: 120px 0 100px;}
    .cpjhct {padding-bottom: 120px;}
    .cpjhct-wdtit{padding: 160px 0;}
    .fwsm-content {padding: 100px 0 140px;}
    .fwsm-desc {margin-top: 80px;}
    .zhbfjh .cphlcp{padding: 140px 0 120px;}
    .zhbf .zhbffa{margin-top: 100px;}
    .qgylban-img{width: 580px;margin-left: 0;}
    .qgylban .proban-wdft span {font-size: 24px;}
    .qgylban .proban-wdft h6 {font-size: 52px;margin: 24px 0 40px;}
    .qgylxt {padding-top: 180px;}
    .qgylxt-img img{width: 500px;}   
    .qgylys {padding: 120px 0 180px;}
    .qgylys-list {margin-top: 88px;}
    .qgylys-wd p {line-height: 30px;}
    .qgyltd {padding: 120px 0 40px;}
    .qgylban {padding-top: 120px;}
    .qgyltd-list {margin-top: 100px;}
    .zhptban {padding: 88px 0;}
    .zhptban-img img{width: 920px;}
    .zhptban .proban-wdft h6 {font-size: 52px;margin: 30px 0 42px;}
    .zhptpt {padding: 120px 0;}
    .zhptpt-img{margin-top: 120px;}
    .zhptcj {padding: 140px 0 200px;}
    .zhptcj .cphlcp-contain{width: 80%;}
    .zhpthy {padding: 120px 0;}
    .zhpthy-list {margin-top: 88px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .newstit{padding: 100px 0 40px;}
    .newslist{padding-bottom: 160px;}
    .newslist li{margin-top: 40px;}
    .newslist-wd{padding-top: 32px;}
    .joinbj{padding: 100px 0 140px;}
    .joinbj-img {margin-top: 80px;}
    .joincz {padding: 190px 0 140px;}
    .joincz-img {margin-top: 120px;}
    .joinzh {padding: 120px 0 60px;}
    .joinzh-list {margin-top: 80px;}
    .joinzp {padding: 90px 0 220px;}
    .joinban-wd h6{font-size: 52px;}
    .caseal {padding: 120px 0 250px;}
    .caseal-list {margin-top: 100px;}
    .casebf {padding: 140px 0 160px;}
    .casebf-list {margin-top: 68px;}
    .seritem{margin-top: 40px;}
    .sercon {padding: 160px 0 180px;}
    .seritem-wd{background: #fff;padding: 48px 60px 0;}
    .serban-wd h6{font-size: 68px;}
    .serban-wd p{font-size: 40px;line-height: 60px;}
    .serban-wd span{height: 42px;}
    .proic {padding: 64px 0 90px;}
    .proic-list {margin-top: 68px;}
    .prolt {padding-bottom: 200px;}
    .prolt-con li {height: 500px;padding: 46px 0 0 44px;margin-top: 80px;}
    .prolt-img{max-width: 80%;}
    .prolt-img img{width: 100%;}
    .prolt-cg .prolt-img{right: -48px;}
    .prolt-tit {padding: 120px 0 20px;}
    .prolt-img{right: 0px;}
    .prolt-wd h6 {font-size: 28px;margin-bottom: 20px;}
    .proban-wdft span{font-size: 32px;}
    .proban-wdft h6 {font-size: 68px;margin: 24px 0 48px;}
    .proban-wdft {width: 280px;}
    .introban-wdft h6{font-size: 100px;line-height: 1.1em;}
    .introban-wdtit{top: 3%;}
    .introban-wdft i {margin: 90px 0 100px;}
    .introjj {padding: 200px 0 240px;}
    .introjj-tit h6{font-size: 80px;}
    .introtit h6{font-size: 100px;}
    .introwh {padding: 400px 0 500px;}
    .introwh-cg {margin-top: 340px;}
    .introkh {padding: 360px 0 260px;}
    .expban-tit h6{font-size: 90px;}
    .expban-tit p{font-size: 180px;}
    .expban-tit i {height: 130px;margin: 90px 0 80px;}
    .expjz-deswd h6{font-size: 60px;}
    .expjz-deswd p {line-height: 30px;margin-top: 24px;}
    .expban-des {transform: translateY(-20%);}
    .solve{padding: 120px 0 180px;}
    .solve-list li{margin-top: 80px;}
    .solve-wd p{height: 240px;}
    .solve-wd {padding: 36px 48px 0;}
    .qbhsyban .contain{width: 92%;}
    .qbhsyban-wd.proban-wdft{height: 700px;}
    .qbhsyban {padding: 120px 0 100px;}
    .qbhsyaq-wdtit h6 {font-size: 42px;}
    .qbhsyaq-wdtit p {font-size: 34px;margin-top: 18px;}
    .qbhsyaq {padding: 80px 0 60px;}
    .qbhsyaq-wddes {margin-top: 44px;}
    .qbhsygx .contain {padding: 200px 0;}
    .qbhsygx-img {width: 550px;}
    .qbhsyjz .contain {height: 860px;padding-top: 120px;}
    .qbhsyjz-info {padding: 54px 0;}
    .qbhsyzn.qbhsyaq {padding: 200px 0 100px;}
    .qbhsyaq-img img, .qbhsyaq-wd{height: 800px;}
    .qbhsyzn.qbhsyaq .qbhsyaq-img img{height: auto;}
    .fjcsban-contain{width: 92%;}
    .fjcsban-wd{height: 480px;}
    .fjcsban {padding: 130px 0 180px;}
    .fjcspt {padding: 100px 0 88px;}
    .fjcspt-img {margin-top: 100px;}
    .fjcsxjb-wddes h6 {font-size: 32px;margin-bottom: 12px;}
    .fjcsxjb .contain {height: 940px;padding-top: 200px;}
    .fjcsaq {padding: 200px 0 120px;}
    .lcyjjqr {padding: 80px 0 20px;}
    .lcyjjqr-img {margin-top: 80px;}
    .lcyjlx {padding: 240px 0 160px;}
    .lcyjlx .contain{width: 92%;}
    .lcyjlx-wd{height: 260px;}
    .lcyjfx-wdft h6 {font-size: 32px;margin-bottom: 16px;}
    .sbdtban .proban-wdft h6 {font-size: 44px;margin: 20px 0 42px;}
    .sbdtban .proban-wd{top: 45%;}
    .sbdtgs {padding: 80px 0 90px;}
    .sbdtlb {padding: 128px 0;}
    .sbdtzs {padding-top: 88px;}
    .sbdtzs-img {margin-top: 68px;}
    .znhlban-wd .proban-wdft h6 {font-size: 60px;margin: 28px 0 52px;}
    .znhlban-img{width: 780px;bottom: 20px;}
    .znhlban {padding-top: 90px;}
    .znhlban .znhl-contain{height: 740px;}
    .znhlxt {padding: 160px 0 80px;}
    .znhlhl {padding: 80px 0;}
    .znhlfx {padding: 160px 0 120px;}
    .smtzban .proban-wdft h6 {font-size: 44px;}
    .smtzban .proban-wdft {padding-left: 23%;}
    .smtzpro {padding: 100px 0 80px;}
    .smtzsb {padding: 88px 0 180px;}
    .smtzjc.smtzpro {padding: 100px 0 80px;}
    .smtzsb-title .fjcsxjb-wddes h6{margin-bottom: 20px;}
    .qjcBan.fjcsban {padding: 140px 0 100px;}
    .qjcBan.fjcsban .fjcsban-wd{height: 630px;}
    .qjchh-wd .fjcsxjb-wddes h6, .qjcgl-wd .fjcsxjb-wddes h6 {font-size: 36px;margin-bottom: 20px;}
    .qjchh {padding: 100px 0 32px;}
    .qjchh-img {margin-top: 80px;}
    .qjcgl-wd {height: 900px;}
    .qjcqj.qjchh {padding: 100px 0 120px;}
    .lcydBan.fjcsban .fjcsban-wd{height: 440px;}
    .lcydBan.fjcsban {padding: 120px 0 140px;}
    .lcydjf {padding: 120px 0 10px;}
    .lcydjf-img img{height: 680px;}
    .lcydjf-wd{height: 680px !important;}
    .lcydsj-icon {margin-top: 68px;}
    .lcydqj-img1, .lcydqj-img2{width: 380px;}
    .lcydqj .contain{height: 880px;}
    .lcydqj-wd{bottom: 160px;}
    .lcydBan.fjcsban .proban-wdft h6{font-size: 50px;}
    .lcydsj-icon li h6{font-size: 28px;}
    .pro512ban .proban-wdft, .pro826ban .proban-wdft, .pro919ban .proban-wdft{width: 320px;}
    .pro512hj {padding: 90px 0 80px;}
    .pro512-tit.fjcspt-tit h6 {font-size: 38px;margin-bottom: 24px;}
    .pro512zn.pro512hj {padding: 160px 0 120px;}
    .pro512jy {padding: 280px 0 260px;}
    .pro919-title h5 {font-size: 36px;}
    .pro919-title h6 {font-size: 26px;margin: 18px 0 24px;}
    .pro919zh {padding: 100px 0 88px;}
    .pro919zh-menu {margin: 48px auto;}
    .pro919yt {padding: 100px 0;}
    .pro919ty-wd {margin: 120px auto 100px;}
    .pro919sj {padding: 140px 0 120px;}
    .pro919bf {padding: 160px 0 180px;}
    .pro735ban .proban-wdft h6 {font-size: 58px;}
    .pro735gz {padding-top: 100px;}
    .pro735gz-img img{height: 800px;}
    .pro735cz {padding: 106px 0;}
    .pro735cz-cont {margin-top: 90px;}
    .pro735-tit h6 {font-size: 32px;}
    .pro735sx {padding: 90px 0 140px;}
    .pro735sx-list {margin-top: 74px;}
    .pro735gz-wdft h6 {font-size: 32px;margin-bottom: 16px;}
    .yqzqban .proban-wdft h6 {font-size: 52px;}
    .yqzq-tit h6 {font-size: 32px;}
    .yqzq-tit p {line-height: 32px;margin-top: 24px;}
    .yqzqbq {padding: 90px 0;}
    .yqzqbq-img {margin-top: 88px;}
    .yqzqxt {padding: 88px 0 140px;}
    .yqzqxt-list {margin-top: 72px;}
    .yqzqxt-wd p {font-size: 16px;line-height: 30px;}
    .yqzqlc {padding: 120px 0;}
    .yqzqlc-list {margin-top: 88px;}
    .bqznban .proban-wdft h6 {font-size: 52px;}
    .bqznban .proban-wdft {width: 440px;}
    .bqznbq, .bqznyp {padding-top: 120px;}
    .bqzn-tit h6 {font-size: 32px;margin-bottom: 20px;}
    .bqzn-tit p{line-height: 32px;}
    .bqznyp-img img {height: 700px;}
    .bqznbz-wd h6{font-size: 32px;}
    .bqznbz {padding: 120px 0 100px;}
    .bqzngl {padding: 100px 0;}
    .bqzngl-list {margin-top: 88px;}
    .bqznlc {padding: 140px 0 100px;}
    .cphlban .proban-wdft h6 {font-size: 44px;margin: 0px 0 28px;}
    .cphl-tit h6 {font-size: 32px;}
    .cphlcp-desc {margin-top: 36px;}
    .cphlcp {padding: 88px 0 120px;}
    .cphlcp-list {margin-top: 60px;}
    .cphlys {padding: 110px 0 0;}
    .cphlys-list {margin-top: 110px;}
    .cphltj {padding: 100px 0;}
    .cphltj-loop {margin-top: 84px;}
    .cphltj-prev {left: -68px;}
    .cphltj-next {right: -68px;}
    .cphlal {padding: 90px 0;}
    .cphlal-list {padding-top: 88px;}
    .cpjhban .proban-wdft h6 {font-size: 54px;}
    .cpjhban.sonban img {bottom: 82px;width: 1000px;}
    .cpjhban {height: 800px;}
    .cpjhzn-wdft h6{margin-bottom: 16px;}
    .cpjhzn-wd {top: 14%;}
    .cpjhxt-tit h6, .cpjhzn-wdft h6, .cpjhhs-wdft h6, .cpjhct-wdtit h6{font-size: 32px;}
    .cpjhxt-list {margin-top: 84px;}
    .cpjhhs {padding: 100px 0 88px;}
    .cpjhhs-wdft p {margin-top: 60px;}
    .cpjhct {padding-bottom: 88px;}
    .cpjhct-wdtit {padding: 140px 0;}
    .fwsm-content {padding: 80px 0 120px;}
    .fwsm-desc {margin-top: 68px;}
    .fwsm-tit h6{font-size: 40px;}
    .fwsm-desc h6{font-size: 32px;margin-bottom: 24px;}
    .zhbfjh .cphlcp{padding: 120px 0;}
    .zhbf .zhbffa{margin-top: 88px;}
    .qgylban {padding-top: 100px;}
    .qgylban-img{width: 500px;}
    .qgylxt-wd h6 {font-size: 32px;margin-bottom: 16px;}
    .qgylxt {padding-top: 140px;}
    .qgylxt-img img {width: 420px;}
    .qgylys {padding: 100px 0 140px;}
    .qgyltd {padding: 100px 0 40px;}
    .qgyltd-list {margin-top: 88px;}
    .qgyl-tit h6 {font-size: 32px;margin-bottom: 16px;}
    .zhptban {padding: 68px 0;}
    .zhptban-img img {width: 860px;}
    .zhptban .proban-wdft h6 {font-size: 46px;margin: 24px 0 36px;}
    .zhptpt {padding: 100px 0;}
    .zhpt-tit h6 {font-size: 32px;}
    .zhpt-tit p {margin-top: 28px;}
    .zhptpt-img {margin-top: 90px;}
    .zhptcj {padding: 120px 0 160px;}
    .zhptcj .cphlcp-contain {width: 86%;}
    .zhpthy {padding: 100px 0;}
    .zhpthy-list {margin-top: 80px;}

    .jobxq {padding: 68px 0 78px;}
    .jobxq-title h6 {font-size: 30px;}
    .jobxq-cont {padding: 60px 0 68px;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .serban-wd h6{font-size: 60px;}
    .serban-wd p{font-size: 36px;line-height: 56px;}
    .serban-wd span{height: 38px;}
    .prolt-img {max-width: 44%;bottom: 0;}
    .prolt-cg .prolt-img {right: -28px;}
    .prolt-con li {height: 460px;padding: 32px 0 0 32px;margin-top: 68px;}
    .prolt-link {left: 32px;bottom: 44px;}
    .prolt-cg .prolt-img{max-width: 66%;}
    .prolt {padding-bottom: 180px;}
    .expss-contain{width: 92%;}
    .expjz-deswd h6 {font-size: 48px;}
    .expjz-deswd p {line-height: 26px;margin-top: 10px;}
    .expjz {padding: 96px 0 100px;}
    .expss {padding: 110px 0 90px;}
    .expss-imgbl{width: 600px;}
    .expban-des {transform: translateY(0);}
    .solve {padding: 100px 0 160px;}
    .solve-list li {margin-top: 68px;}
    .solve-wd p {height: 216px;}
    .qbhsyban-wd.proban-wdft{height: 660px;}
    .qbhsyaq-img img, .qbhsyaq-wd{height: 600px;}
    .fjcsban-wd{height: 450px;}
    .lcyjlx {padding: 180px 0 120px;}
    .lcyjlx-wd {height: 220px;}
    .znhl-contain{width: 92%;}
    .znhlxt-wd{height: 530px;}
    .znhlxt-wd{width: 34%;}
    .smtzsb-title .fjcsxjb-wddes h6{margin-bottom: 16px;}
    .qjcBan.fjcsban .fjcsban-wd{height: 590px;}
    .qjchh-wd .fjcsxjb-wddes h6, .qjcgl-wd .fjcsxjb-wddes h6 {font-size: 34px;margin-bottom: 16px;}
    .qjchh {padding: 84px 0 28px;}
    .qjchh-img {margin-top: 68px;}
    .qjcgl-wd {height: 860px;}
    .qjcqj.qjchh {padding: 84px 0 100px;}
    .qjcBan.fjcsban {padding: 120px 0 88px;}
    .lcydBan.fjcsban .fjcsban-wd{height: 420px;}
    .lcydBan.fjcsban {padding: 100px 0 120px;}
    .lcydjf {padding: 100px 0 10px;}
    .lcydBan.fjcsban .proban-wdft h6{font-size: 44px;}
    .pro512zn.pro512hj {padding: 120px 0 100px;}
    .pro512jy {padding: 240px 0 220px;}
    .yqzqxt-wd {height: 204px;padding: 36px 40px 0;}
    .cphltj-prev, .cphltj-next{width: 50px;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .newstit h6{font-size: 32px;}
    .newstit{padding: 80px 0 40px;}
    .newslist{padding-bottom: 120px;}
    .newslist li{margin-top: 30px;}
    .newslist-wd{padding-top: 28px;}
    .joinbj{padding: 80px 0 120px;}
    .joinbj-img {margin-top: 60px;}
    .joincz {padding: 170px 0 120px;}
    .joincz-img {margin-top: 100px;}
    .joinzh {padding: 100px 0 60px;}
    .joinzh-list {margin-top: 60px;}
    .joinzp {padding: 70px 0 200px;}
    .joinban-wd h6{font-size: 44px;}
    .join-tit h6 {font-size: 32px;}
    .join-tit p {font-size: 20px;margin-top: 16px;}
    .caseal {padding: 100px 0 220px;}
    .caseal-list {margin-top: 80px;}
    .casebf {padding: 120px 0 140px;}
    .casebf-list {margin-top: 60px;}
    .case-tit h6{font-size: 32px;}
    .caseal-wd {padding: 60px 60px 0;}
    .sercon {padding: 120px 0 140px;}
    .sermore {margin-top: 66px;}
    .serban-wd h6{font-size: 50px;}
    .serban-wd p{font-size: 30px;line-height: 48px;}
    .serban-wd span{height: 32px;}
    .proic-tit h6 {font-size: 32px;}
    .prolt-tit h6 {font-size: 32px;}
    .prolt-tit {padding: 90px 0 20px;}
    .prolt {padding-bottom: 160px;}
    .introban-wdft h6{font-size: 80px;}
    .introban-wdft p{font-size: 50px;}
    .introban-wdft i {margin: 70px 0 80px;}
    .introjj {padding: 120px 0 140px;}
    .introjj-tit h6 {font-size: 68px;}
    .introjj-des p{line-height: 32px;}
    .introwh {padding: 300px 0 400px;}
    .introtit p{font-size: 50px;}
    .introtit h6{font-size: 80px;}
    .introtit i{margin: 90px 0 100px;}
    .introwh-cg {margin-top: 240px;}
    .introbt-num h6{font-size: 60px;}
    .introkh {padding: 240px 0 160px;}
    .introkh .casebf-list{margin-top: 120px;}
    .expkf-bg{min-height: 700px;}
    .expss-imgtr{width: 480px;}
    .expban-tit h6{font-size: 70px;}
    .expban-tit p{font-size: 150px;}
    .expban-tit i {height: 100px;margin: 80px 0 60px;}
    .solve-wd h6 {font-size: 24px;margin-bottom: 24px;}
    .solve-wd p {height: 200px;}
    .solve {padding: 80px 0 128px;}
    .solve-list li {margin-top: 58px;}
    .qbhsyban-wd.proban-wdft{height: 620px;}
    .qbhsyban {padding: 100px 0 84px;}
    .qbhsygx .contain {padding: 160px 0;}
    .qbhsygx-img {width: 520px;}
    .qbhsyjz-img{width: 500px;bottom: -482px;}
    .qbhsyjz .contain {height: 680px;padding-top: 100px;}
    .qbhsyjz-des{bottom: 100px;}
    .qbhsyzn.qbhsyaq {padding: 160px 0 84px;}
    .qbhsyzn.qbhsyaq .qbhsyaq-img {padding-top: 184px;}
    .fjcsban-wd{height: 420px;}
    .fjcsban {padding: 100px 0 140px;}
    .fjcspt {padding: 88px 0 80px;}
    .fjcspt-img {margin-top: 80px;}
    .fjcspt-tit h6{font-size: 32px;}
    .fjcspt-tit p {line-height: 30px;}
    .fjcsxjb-wddes h6 {font-size: 28px;margin-bottom: 10px;}
    .fjcsxjb-wddes p {line-height: 30px;}
    .fjcsxjb-img{width: 420px;}
    .fjcsxjb .contain {height: 800px;padding-top: 148px;}
    .fjcsaq {padding: 160px 0 100px;}
    .lcyjlx {padding: 140px 0 100px;}
    .lcyjfx-wdft p{line-height: 30px;}
    .sbdtban .proban-wdft h6 {font-size: 38px;margin: 18px 0 40px;}
    .sbdtgs {padding: 68px 0 80px;}
    .sbdtgs-img {margin-top: 60px;}
    .sbdtlb {padding: 88px 0;}
    .sbdtzs {padding-top: 80px;}
    .sbdtzs-img {margin-top: 60px;}
    .znhlfx {padding: 120px 0 100px;}
    .znhlxt {padding: 120px 0 68px;}
    .znhlxt-wd{height: 500px;}
    .znhlban-wd .proban-wdft h6 {font-size: 48px;margin: 20px 0 44px;}
    .smtzban .proban-wdft {padding-left: 25%;}
    .smtzpro {padding: 80px 0 68px;}
    .smtzsb {padding: 80px 0 140px;}
    .smtzsb-list li {margin-top: 88px;}
    .smtzjc.smtzpro {padding: 80px 0 68px;}
    .smtzicon-title {margin-bottom: 44px;}
    .smtzsb-title .fjcsxjb-wddes h6{margin-bottom: 12px;}
    .qjcBan.fjcsban .fjcsban-wd{height: 560px;}
    .qjcBan.fjcsban {padding: 88px 0 68px;}
    .qjchh-wd .fjcsxjb-wddes h6, .qjcgl-wd .fjcsxjb-wddes h6 {font-size: 30px;margin-bottom: 12px;}
    .qjcgl-wd {height: 760px;}
    .lcydBan.fjcsban .fjcsban-wd{height: 390px;}
    .lcydBan.fjcsban .proban-wdft h6{font-size: 36px;}
    .lcydBan.fjcsban {padding: 80px 0 90px;}
    .lcydjf-img img{height: 580px;}
    .lcydjf-wd {height: 580px !important;}
    .lcydjf {padding: 80px 0 10px;}
    .lcydqj-img1, .lcydqj-img2 {width: 360px;}
    .lcydqj .contain {height: 780px;}
    .lcydqj-wd {bottom: 120px;}
    .lcydgl-wd{top: 50px;}
    .lcydsj-icon li h6{font-size: 24px;}
    .pro512zn.pro512hj {padding: 100px 0 88px;}
    .pro512jy {padding: 200px 0 180px;}
    .pro512-tit.fjcspt-tit h6 {font-size: 32px;margin-bottom: 18px;}
    .pro919-title h5 {font-size: 30px;}
    .pro919-title h6 {font-size: 20px;margin: 16px 0 20px;}
    .pro919zh {padding: 80px 0 68px;}
    .pro919zh-menu {margin: 38px auto;width: 600px;}
    .pro919yt {padding: 82px 0;}
    .pro919ty-wd {margin: 84px auto 68px;}
    .pro919sj {padding: 100px 0 88px;}
    .pro919sj-img {margin-top: 80px;}
    .pro919bf {padding: 120px 0 140px;}
    .pro919bf-list {margin-top: 68px;}
    .pro735ban .proban-wdft h6 {font-size: 52px;}
    .pro735gz-img img {height: 720px;}
    .pro735gz {padding-top: 84px;}
    .pro735cz {padding: 90px 0;}
    .pro735cz-cont {margin-top: 74px;}
    .pro735sx-list {margin-top: 68px;}
    .pro735sx {padding: 80px 0 120px;}
    .yqzqban .proban-wdft h6 {font-size: 48px;}
    .yqzqbq {padding: 80px 0;}
    .yqzqbq-img {margin-top: 68px;}
    .yqzqxt {padding: 80px 0 100px;}
    .yqzqxt-list {margin-top: 68px;}
    .yqzqlc {padding: 100px 0;}
    .yqzqlc-list {margin-top: 74px;}
    .bqznban .proban-wdft h6 {font-size: 46px;}
    .bqznbq, .bqznyp {padding-top: 100px;}
    .bqznbq, .bqznyp {padding-top: 88px;}
    .bqznyp-img img {height: 600px;}
    .bqznbz {padding: 100px 0 88px;}
    .bqzngl {padding: 88px 0;}
    .bqzngl-list {margin-top: 74px;}
    .bqznlc {padding: 110px 0 90px;}
    .bqznlc-wd{height: 500px;}
    .cphlban .proban-wdft span {font-size: 24px;line-height: 40px;}
    .cphlcp {padding: 74px 0 88px;}
    .cphlys {padding: 88px 0 0;}
    .cphlys-list {margin-top: 88px;}
    .cphltj {padding: 88px 0;}
    .cphltj-prev, .cphltj-next{background-color: rgba(0,0,0,.1);height: 80px;margin-top: -70px;}
    .cphltj-prev{left: 0;}
    .cphltj-next{right: 0;}
    .cphltj-wd {padding: 20px 0;}
    .cphltj-loop {margin-top: 68px;}
    .cphlal {padding: 82px 0;}
    .cphlal-list {padding-top: 68px;}
    .cphlal-list li h6 {padding: 20px 0;}
    .cpjhban .proban-wdft h6 {font-size: 44px;}
    .cpjhban.sonban img {bottom: 68px;width: 880px;}
    .cpjhban {height: 680px;}
    .cpjhxt {padding-top: 88px;}
    .cpjhhs {padding: 84px 0 74px;}
    .cpjhct-wdlb li span{width: 160px;}
    .cpjhct-wdtit {padding: 100px 0;}
    .cpjhct-wdlb li img, .cpjhct-wdlb li span{height: auto;}
    .fwsm-content {padding: 68px 0 80px;}
    .fwsm-tit h6 {font-size: 36px;}
    .fwsm-desc {margin-top: 48px;}
    .zhbfjh .cphlcp{padding: 100px 0;}
    .zhbf .zhbffa{margin-top: 74px;}
    .qgylban-img {width: 420px;}
    .qgylban .proban-wdft h6 {font-size: 44px;margin: 18px 0 34px;}
    .qgylxt {padding-top: 100px;}
    .qgylxt-img img {width: 360px;}
    .qgylys {padding: 88px 0 120px;}
    .qgylys-wd h6 {font-size: 22px;margin-bottom: 12px;}
    .qgylys-list {margin-top: 74px;}
    .qgyltd {padding: 80px 0 40px;}
    .qgyltd-wd p {line-height: 30px;}
    .qgyltd-wd{height: 200px;}
    .zhptban-img img {width: 780px;}
    .zhptban .proban-wdft h6 {font-size: 40px;margin: 20px 0 32px;}
    .zhptpt {padding: 80px 0;}
    .zhptpt-img {margin-top: 68px;}
    .zhptcj {padding: 100px 0 120px;}
    .zhptcj .cphlcp-contain {width: 92%;}
    .zhpthy {padding: 88px 0;}
    .zhpthy-list {margin-top: 68px;}

    .jobxq-list li {width: 33.3333%;font-size: 16px;}
    .jobxq-title h6 {font-size: 28px;}
    .jobxq-list {margin-top: 16px;}
    .jobxq {padding: 48px 0 64px;}
    .jobxq-cont {padding: 48px 0 54px;}
    .jobxq-cont strong, .jobxq-cont h6 {font-size: 20px;}
    .jobxq-cont p {font-size: 16px;line-height: 30px;}
    .jobxq-back a {width: 140px;padding: 10px 0;font-size: 18px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .vdcontent{width: 80%;}
    .joinbj{padding: 60px 0 100px;}
    .joincz {padding: 140px 0 100px;}
    .joincz-img {margin-top: 80px;}
    .joinzh {padding: 80px 0 60px;}
    .joinzp {padding: 60px 0 160px;}
    .joinban-wd h6{font-size: 40px;}
    .joinzh-img img{height: auto;}
    .joinzh-cg.joinzh-img img, .joinzh-cg.joinzh-wd{height: 655px;}
    .caseal {padding: 80px 0 180px;}
    .caseal-list {margin-top: 60px;}
    .casebf {padding: 100px 0 120px;}
    .sercon {padding: 80px 0 100px;}
    .sermore {margin-top: 54px;}
    .seritem-wd {padding: 34px 36px 0;}
    .serpic-wd {padding: 54px 0 0 58px;}
    .proban-wdft h6 {font-size: 58px;margin: 18px 0 42px;}
    .proban-wdft a{margin-top: 44px;}
    .prolt-wd h6 {font-size: 24px;margin-bottom: 18px;}
    .prolt-con li{margin-top: 48px;}
    .prolt {padding-bottom: 140px;}
    .introtit span {font-size: 20px;line-height: 44px;}
    .introwh {padding: 200px 0 280px;}
    .introkh {padding: 180px 0 140px;}
    .expban-des{width: 330px;}
    .expban-tit h6 {font-size: 60px;}
    .expban-tit p {font-size: 128px;}
    .expjz-deswd h6 {font-size: 36px;}
    .expjz-deswd p {line-height: 24px;font-size: 14px;}
    .expjz {padding: 68px 0 80px;}
    .expss {padding: 80px 0 74px;}
    .expss-tit {font-size: 100px;top: -80px;left: -54px;}
    .expss-kk {height: 400px;margin-top: -200px;}
    .expss-imgtr{width: 420px;}
    .expss-imgbl{width: 500px;}
    .expss-wd p {margin-top: 20px;}
    .expss-wd {width: 470px;padding: 38px 24px;}
    .expss-wd h6{font-size: 32px;}
    .expss-contain{height: 660px;}
    .expkf-tit{font-size: 120px;}
    .expkf-wd p {margin-top: 20px;}
    .expkf-wd h6 {font-size: 32px;}
    .expkf-kk {height: 340px;}
    .expkf-item {width: 762px;height: 518px;margin-left: -381px;margin-top: -259px;}
    .solve {padding: 68px 0 100px;}
    .solve-wd h6 {font-size: 24px;margin-bottom: 16px;}
    .solve-wd p {height: 184px;}
    .solve-list li {margin-top: 48px;}
    .solve {padding: 68px 0 80px;}
    .qbhsyban-wd.proban-wdft{height: 550px;}
    .qbhsyaq-wdtit h6 {font-size: 36px;}
    .qbhsyaq-wdtit p {font-size: 28px;margin-top: 16px;}
    .qbhsyaq-wddes {margin-top: 36px;}
    .qbhsyaq-wddes p {line-height: 28px;}
    .qbhsyzn.qbhsyaq {padding: 120px 0 80px;}
    .qbhsyzn.qbhsyaq .qbhsyaq-img {padding-top: 148px;}
    .qbhsyzn.qbhsyaq .qbhsyaq-wd .qbhsyaq-wddes{width: 100%;}
    .fjcsaq-wd{height: 490px;}
    .fjcsxjb-wddes p {font-size: 16px;line-height: 26px;}
    .fjcsxjb-wddes h6 {font-size: 24px;margin-bottom: 10px;}
    .fjcsxjb-top {margin-top: 60px;}
    .lcyjjqr {padding: 68px 0 20px;}
    .lcyjjqr-img {margin-top: 68px;}
    .lcyjfx-wdft h6 {font-size: 28px;margin-bottom: 14px;}
    .lcyjlx {padding: 110px 0 88px;}
    .znhlban {padding-top: 68px;}
    .znhlban-img{width: 680px;}
    .znhlban .znhl-contain {height: 660px;}
    .znhlxt {padding: 88px 0 60px;}
    .znhlxt-wd{height: 450px;}
    .znhlhl-list li {padding: 0 24px;}
    .znhlfx {padding: 88px 0 80px;}
    .smtzpro-wd{height: 630px;}
    .smtzjc .smtzpro-wd{height: 750px;}
    .smtzban .proban-wd {top: auto;bottom: 20%;transform: translateY(0);}
    .qjcBan.fjcsban .fjcsban-img{width: 60%;}
    .qjcBan.fjcsban .fjcsban-wd{width: 40%;height: 470px;}
    .qjcBan.fjcsban {padding: 68px 0 48px;}
    .qjcgl-wd {height: 680px;}
    .qjcqj.qjchh {padding: 68px 0 84px;}
    .lcydBan.fjcsban .fjcsban-wd{width: 36%;}
    .fjcsban-img {width: 57%;}
    .lcydBan.fjcsban {padding: 68px 0 60px;}
    .pro512hj {padding: 80px 0 68px;}
    .pro512hj-img {margin-top: 64px;}
    .pro512zn.pro512hj {padding: 80px 0 68px;}
    .pro512jy-wd{height: 260px;}
    .pro512jy {padding: 160px 0 140px;}
    .pro512-tit.fjcspt-tit p{line-height: 28px;}
    .pro919bf-list li:nth-child(2), .pro919bf-list li:nth-child(3){height: 380px;}
    .pro919bf-list li:first-child {height: 780px;line-height: 780px;}
    .pro919bf {padding: 100px 0 120px;}
    .pro919-title p {font-size: 16px;line-height: 26px;}
    .pro919yt-wd {padding-left: 80px;}
    .pro735ban .proban-wdft {width: 490px;}
    .pro735gz-img img {height: 580px;}
    .pro735gz-wdft h6 {font-size: 28px;margin-bottom: 12px;}
    .pro735-tit h6 {font-size: 28px;}
    .pro735cz {padding: 80px 0;}
    .pro735cz-cont {margin-top: 68px;}
    .pro735cz-img{width: 300px;}
    .pro735cz-wd1, .pro735cz-wd2{top: 120px;}
    .pro735sx {padding: 80px 0 100px;}
    .pro735sx-wd {padding-top: 28px;}
    .yqzqban .proban-wdft h6 {font-size: 44px;}
    .yqzq-tit h6 {font-size: 28px;}
    .yqzq-tit p {line-height: 30px;margin-top: 18px;}
    .yqzqxt {padding: 68px 0 80px;}
    .yqzqxt-wd h6 {font-size: 20px;margin-bottom: 14px;}
    .yqzqxt-wd {height: 182px;padding: 28px 32px 0;}
    .yqzqlc {padding: 84px 0;}
    .yqzqlc-list {margin-top: 68px;}
    .bqznban .proban-wdft h6 {font-size: 44px;}
    .bqznban .proban-wdft{width: 400px;}
    .bqzn-tit h6 {font-size: 28px;margin-bottom: 16px;}
    .bqzn-tit p {line-height: 26px;font-size: 16px;}
    .bqznbq, .bqznyp {padding-top: 74px;}
    .bqznyp-img img {height: 500px;}
    .bqznbz {padding: 88px 0 80px;}
    .bqznbz-wd h6 {font-size: 28px;}
    .bqznbz-wd {padding-top: 86px;}
    .bqzngl {padding: 74px 0;}
    .bqzngl-list {margin-top: 68px;}
    .bqzngl-wd p {font-size: 16px;line-height: 28px;}
    .bqzngl-wd {padding-top: 24px;}
    .bqznlc-wd{height: 460px;}
    .bqznlc {padding: 88px 0 80px;}
    .bqznbz-wd{width: 224px;}
    .cphl-tit h6 {font-size: 28px;}
    .cphlcp-desc p {font-size: 16px;line-height: 26px;margin-top: 16px;}
    .cphlcp-list {margin-top: 36px;}
    .cphltj-prev, .cphltj-next{width: 44px;height: 60px;background-size: 16px auto;margin-top: -60px;}
    .cpjhban .proban-wdft h6 {font-size: 40px;}
    .cpjhban.sonban img {bottom: 60px;width: 700px;}
    .cpjhban {height: 540px;}
    .cpjhxt-tit h6, .cpjhzn-wdft h6, .cpjhhs-wdft h6, .cpjhct-wdtit h6 {font-size: 28px;}
    .cpjhzn-wdft p {font-size: 16px;line-height: 26px;}
    .cpjhzn-wd {top: 12%;}
    .cpjhct-wdlb li {margin-top: 68px;}
    .cpjhct-wdtit {padding: 84px 0;}
    .cpjhxt-list li p {line-height: 26px;}
    .fwsm-desc p {font-size: 16px;line-height: 30px;}
    .fwsm-desc h6{font-size: 28px;margin-bottom: 18px;}
    .hlwpt .cphlcp-list li p {font-size: 16px;line-height: 26px;padding-top: 20px;}
    .zhbfjh .cphltj-loop li p {font-size: 16px;line-height: 26px;padding-top: 20px;}
    .zhbfjh .cphlcp{padding: 80px 0;}
    .zhbf .zhbffa{margin-top: 68px;}
    .qgylxt-wd p, .qgylys-wd p, .qgyltd-wd p{font-size: 16px;line-height: 26px;}
    .qgylxt-wd h6, .qgyl-tit h6{font-size: 28px;margin-bottom: 12px;}
    .qgylban {padding-top: 80px;}
    .qgylban-img {width: 368px;}
    .qgylxt-img img {width: 300px;}
    .qgylxt {padding-top: 80px;}
    .qgylys {padding: 80px 0 90px;}
    .qgylys-list {margin-top: 62px;}
    .zhptban-img img{width: 700px;}
    .zhptban {padding: 48px 0;}
    .zhptpt .zhpt-tit{width: 100%;}
    .zhpt-tit p {font-size: 16px;line-height: 28px;margin-top: 18px;}
    .zhpt-tit h6 {font-size: 28px;}
    .zhptpt {padding: 68px 0;}
    .zhptpt-img {margin-top: 54px;}
    .zhptcj {padding: 80px 0 88px;}
    .zhpthy {padding: 78px 0;}
    .zhpthy-wd p {font-size: 16px;line-height: 28px;}
    .zhpthy-list {margin-top: 58px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .joinzh-wd {padding: 28px 30px 0;}
    .joinzh-cg.joinzh-wd {padding: 60px 30px 0;}
    .joinzh-cg.joinzh-img img, .joinzh-cg.joinzh-wd {height: 621px;}
    .caseal {padding: 80px 0 160px;}
    .serban-wd h6{font-size: 40px;}
    .serban-wd p{font-size: 24px;line-height: 38px;}
    .serban-wd span{height: 28px;}
    .prolt {padding-bottom: 110px;}
    .introban-wdft h6 {font-size: 68px;}
    .introjj-tit h6 {font-size: 54px;}
    .introjj-tit p{font-size: 40px;}
    .introjj-des p {font-size: 20px;line-height: 36px;}
    .introtit h6 {font-size: 60px;}
    .introtit p {font-size: 40px;margin-bottom: 30px;}
    .introtit i {margin: 68px 0 80px !important;}
    .introwh {padding: 100px 0 180px;}
    .introwh-wd {width: calc(100% - 400px);}
    .introwh-img{width: 400px;}
    .introwh-cg .introwh-img{width: 500px;}
    .introwh-cg .introwh-wd {width: calc(100% - 500px);}
    .introbt-num h6 {font-size: 48px;}
    .introbt-num p {font-size: 24px;margin-top: 12px;}
    .introkh {padding: 100px 0 100px;}
    .introkh .casebf-list {margin-top: 90px;}
    .expjz-des {width: 100%;}
    .expjz-tit{width: 100%;}
    .expban-tit{width: 200px;}
    .expban-des{width: 300px;}
    .expban-des p{line-height: 28px;}
    .expban-tit i {height: 100px;margin: 50px 0 44px;}
    .expss-imgbl {width: 428px;}
    .expss-wd{width: 400px;}
    .solve-img{width: 100%;}
    .solve-wd {width: 100%;padding: 28px 20px;}
    .solve-wd p {height: auto;}
    .solve-wd .prolt-link{margin-top: 48px;}
    .newsxq-content{width: 100%;}
    .newsxq-tit span {margin-top: 48px;}
    .newsxq-tit h6 {font-size: 28px;line-height: 36px;}
    .qbhsyban-wd.proban-wdft{height: 480px;}
    .qbhsygx-img {width: 460px;}
    .qbhsygx .contain {padding: 128px 0;}
    .qbhsyjz-info li {padding: 0 26px;}
    .qbhsyaq-wdtit p {font-size: 20px;margin-top: 12px;}
    .qbhsyaq-wdtit h6 {font-size: 30px;}
    .fjcsban-wd {height: 380px;}
    .fjcsban {padding: 80px 0 100px;}
    .fjcspt-tit h6 {font-size: 28px;}
    .fjcspt-tit p {line-height: 26px;font-size: 16px;margin-top: 16px;}
    .fjcspt-contain{width: 92%;}
    .fjcsxjb-img {width: 380px;bottom: -210px;}
    .fjcsxjb .contain {height: 680px;padding-top: 100px;}
    .fjcsaq {padding: 100px 0 80px;}
    .fjcsban-wd {height: 330px;}
    .fjcsban {padding: 68px 0 80px;}
    .fjcspt {padding: 68px 0 60px;}
    .fjcspt-img {margin-top: 60px;}
    .fjcsxjb-wd {width: 50%;}
    .fjcsxjb .contain {height: 600px;padding-top: 80px;}
    .fjcsaq-wd{height: 430px;}
    .fjcsaq {padding: 80px 0 68px;}
    .lcyjfx-wdft h6 {font-size: 24px;margin-bottom: 12px;}
    .lcyjfx-wdft p {font-size: 16px;line-height: 26px;}
    .lcyjlx {padding: 88px 0 68px;}
    .sbdtban .proban-wdft h6 {font-size: 32px;margin: 12px 0 34px;}
    .sbdtlb-wd {min-height: 168px;padding: 28px 24px 0;}
    .znhlban-wd .proban-wdft h6 {font-size: 40px;margin: 12px 0 36px;}
    .znhlban-img {width: 600px;}
    .znhlban .znhl-contain {height: 588px;}
    .znhlxt-wd{height: 390px;}
    .znhlxt-wd .fjcspt-tit h6 {line-height: 34px;}
    .znhlhl {padding: 64px 0;}
    .znhlfx {padding: 68px 0 60px;}
    .znhlfx-wd .fjcspt-tit h6 {line-height: 34px;}
    .znhlfx .znhl-contain {height: 1024px;}
    .smtzjc .smtzpro-wd {height: 662px;}
    .smtzsb-list li {margin-top: 68px;height: 210px;}
    .smtzsb {padding: 80px 0 120px;}
    .smtzpro-wd{height: 560px;}
    .qjcBan.fjcsban .proban-wdft span{font-size: 26px;}
    .qjcBan.fjcsban .fjcsban-wd{height: 420px;}
    .qjcgl-wd {height: 520px;}
    .qjcgl-wd .fjcsxjb-wddes {margin-top: 134px;}
    .lcydBan.fjcsban .fjcsban-wd{height: 320px;}
    .lcydjf-img img{height: 520px;}
    .lcydjf-wd {height: 520px !important;}
    .pro512yt.pro512pj .pro512pj-wd .fjcspt-tit{width: 380px;}
    .pro512jy-wd{height: 230px;}
    .pro512jy {padding: 120px 0;}
    .pro512-tit.fjcspt-tit p{line-height: 26px;}
    .pro919zh-loop{width: 100%;}
    .pro919js-wd .pro919-title {padding-left: 0;}
    .pro919bf-list li:nth-child(2), .pro919bf-list li:nth-child(3) {height: 334px;}
    .pro919bf-list li:first-child {height: 688px;line-height: 688px;}
    .pro919bf {padding: 88px 0 100px;}
    .pro919yt-wd {padding-left: 50px;}
    .pro735ban .proban-wdft h6 {font-size: 48px;}
    .pro735ban .proban-wdft {width: 420px;}
    .pro735gz-img img {height: 460px;}
    .pro735gz-wdft p{line-height: 32px;}
    .pro735cz-img {width: 240px;}
    .pro735cz-wd1, .pro735cz-wd2 {top: 60px;}
    .pro735cz-wd3, .pro735cz-wd4{bottom: 68px;}
    .pro735sx {padding: 68px 0 80px;}
    .bqznlc-wd{height: 420px;}
    .cpjhct-wdlb li{width: 100%;margin-top: 40px;}
    .cpjhct-wdtit {padding: 68px 0 24px;}
    .zhbfjh .cphlcp{padding: 68px 0;}
    .qgylxt-wd{width: 440px;}
    .qgylys-wd {min-height: 206px;padding: 40px 20px 0;}
    .zhptban-img img {width: 580px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .newstit h6{font-size: 28px;}
    .newstit {padding: 60px 0 20px;}
    .newslist {padding-bottom: 90px;}
    .joinban-wd h6 {font-size: 34px;}
    .join-tit h6 {font-size: 28px;}
    .joincz-img li{width: 100%;margin-top: 40px;}
    .joincz-img {margin-top: 48px;}
    .joinzh-item li{width: 50%;}
    .joinzp-list li {padding: 24px 132px 20px 20px;}
    .joinzp-list li a{right: 20px;}
    .caseal-wd h6 {font-size: 20px;line-height: 28px;}
    .caseal-wd {padding: 40px 32px 0;}
    .caseal {padding: 80px 0 120px;}
    .casebf-list li{width: 50%;}
    .case-tit h6 {font-size: 28px;}
    .casebf-list li {height: 94px;line-height: 90px;}
    .serban-wd span{height: 20px;}
    .serpic-wd {padding: 24px 0 0 24px;}
    .proban-wdft h6 {font-size: 42px;margin: 16px 0 38px;}
    .prolt-wd h6 {font-size: 20px;margin-bottom: 16px;}
    .prolt {padding-bottom: 80px;}
    .prolt-tit h6 {font-size: 28px;}
    .proic-tit h6 {font-size: 28px;}
    .introban-wdft h6 {font-size: 60px;}
    .introban-wdft p {font-size: 40px;}
    .introban-wdft i {margin: 60px 0 68px;}
    .introjj-tit h6 {font-size: 44px;}
    .introtit h6 {font-size: 46px;}
    .introtit p {font-size: 32px;margin-bottom: 12px;}
    .introtit i {margin: 48px 0 60px !important;}
    .introwh-wd {width: calc(100% - 300px);}
    .introwh-img{width: 300px;}
    .introwh-cg .introwh-img{width: 360px;}
    .introwh-cg .introwh-wd {width: calc(100% - 360px);}
    .sonban.expban{padding-bottom: 140px;background: #000;}
    .expss-kk {width: 600px;height: 360px;margin-left: -300px;margin-top: -180px;}
    .expss-imgtr {width: 310px;}
    .expss-imgbl {width: 328px;}
    .expss-wd {width: 336px;}
    .expss-contain {height: 550px;}
    .expkf-item {width: 600px;margin-left: -300px;}
    .expkf-kk{width: 500px;}
    .expkf-kk:before{width: 410px;}
    .expkf-kk:after{width: 150px;}
    .proban-wdft span {font-size: 30px;}
    .qbhsyban-wd.proban-wdft{height: 370px;}
    .qbhsyban {padding: 80px 0 68px;}
    .qbhsyaq-img img, .qbhsyaq-wd {height: 500px;}
    .qbhsygx-img {width: 260px;right: 0;top: -180px;}
    .qbhsygx .contain {padding: 80px 0;}
    .qbhsyjz-des {bottom: 60px;width: 340px;}
    .qbhsyjz-img {width: 360px;bottom: -300px;}
    .qbhsyjz .contain {height: 548px;padding-top: 80px;}
    .qbhsyjz-info li {padding: 0 16px;}
    .qbhsyjz-info li h6 {font-size: 16px;margin-bottom: 10px;}
    .qbhsyjz-info li p {font-size: 14px;line-height: 20px;}
    .qbhsyzn.qbhsyaq {padding: 90px 0 80px;}
    .fjcsban-wd{width: 44%;height: 240px;}
    .fjcsban-img{width: 54%;}
    .fjcsxjb-wddes h6{font-size: 20px;}
    .fjcsxjb-img {width: 280px;bottom: -144px;}
    .fjcsxjb .contain{height: 510px;}
    .fjcsaq-wd{height: 330px;}
    .lcyjjqr-tit{width: 100%;}
    .lcyjlx-img {width: 46%;}
    .lcyjlx-wd{width: 50%;height: 150px;}
    .sbdtban .proban-wdft h6{font-size: 28px;}
    .sbdtlb-wd {min-height: 188px;padding: 28px 20px 0;}
    .znhlban-wd .proban-wdft h6 {font-size: 34px;margin: 10px 0 32px;}
    .znhlban-img{width: 500px;}
    .znhlxt-wd {height: 300px;}
    .znhlhl-wd h6 {font-size: 16px;margin-bottom: 12px;}
    .znhlhl-list li{width: 50%;padding: 0 10px;height: 200px;}
    .znhlhl {padding: 64px 0 32px;}
    .znhlfx-img {padding-top: 142px;}
    .znhlfx .znhl-contain {height: 910px;}
    .smtzban .proban-wd {bottom: 10%;}
    .smtzpro-wd{height: 430px;}
    .smtzjc .smtzpro-wd{height: 512px;}
    .smtzicon .znhlhl-list li {height: auto;padding: 20px 20px;}
    .smtzicon-title {margin-bottom: 28px;}
    .qjchh-wd .fjcsxjb-wddes p{width: 100%;}
    .qjcBan.fjcsban .proban-wdft span {font-size: 20px;}
    .qjcBan.fjcsban .fjcsban-wd{height: 310px;}
    .qjcgl-wd {height: 300px;width: 436px;}
    .qjcgl-wd .fjcsxjb-wddes{margin-top: 60px;}
    .qjcpd.qjcgl .qjcgl-wd .fjcsxjb-wddes {margin-top: 0;}
    .qjcpd.qjcgl .qjcgl-wd{width: 380px;}
    .lcydBan.fjcsban .fjcsban-wd {width: 44%;height: 240px;}
    .lcydjf-wd{padding-left: 0;}
    .lcydsj.lcydjf .lcydjf-wd{padding-right: 0;}
    .lcydqj-img1, .lcydqj-img2 {width: 280px;}
    .lcydqj .contain {height: 620px;}
    .lcydjl.lcydjf {padding: 64px 0;}
    .pro512hj-title .fjcspt-tit p{width: 100%;}
    .pro512pj-wd .fjcspt-tit{width: 300px;}
    .pro512-tit.fjcspt-tit h6 {font-size: 28px;margin-bottom: 14px;}
    .pro512yt.pro512pj .pro512pj-wd .fjcspt-tit {width: 294px;}
    .pro512jy {padding: 88px 0;}
    .pro919-title h5 {font-size: 28px;}
    .pro919yt-wd {padding-left: 0;width: 50%;}
    .pro919ty-wd{width: 92%;}
    .pro919js-wd .pro919-title{width: 310px;}
    .pro919sj-wd{width: 100%;}
    .pro919bf-list li:nth-child(2), .pro919bf-list li:nth-child(3){height: 260px;}
    .pro919bf-list li:first-child {height: 540px;line-height: 540px;}
    .pro735ban .proban-wdft h6 {font-size: 40px;}
    .pro735ban .proban-wdft {width: 330px;}
    .pro735gz {padding-top: 68px;}
    .pro735gz-img img {height: 280px;}
    .pro735gz-wdft{width: 420px;}
    .pro735zr .pro735gz-wdft{width: 380px;}
    .pro735cz-wd{position: static;width: 100% !important;text-align: left !important;overflow: hidden;margin-top: 24px;}
    .pro735cz-wd span, .pro735cz-wd img{display: block;}
    .pro735cz-wd img{float: left;width: 60px;}
    .pro735cz-wd span{float: right;margin: 0 !important;width: calc(100% - 60px);line-height: 60px;padding-left: 16px;}
    .pro735sx-list li{width: 48%;margin-top: 32px;}
    .pro735sx-list {margin-top: 30px;}
    .yqzqban .proban-wdft h6 {font-size: 36px;}
    .yqzqbq {padding: 68px 0;}
    .yqzqbq-img {margin-top: 54px;}
    .yqzqxt-list ul {margin-left: 0;}
    .yqzqxt-list li {width: 100%;margin-left: 0;margin-top: 24px;}
    .yqzqxt-wd {height: auto;padding: 24px 20px;}
    .yqzqxt-list {margin-top: 20px;}
    .yqzqlc-list li{margin-top: 28px;padding: 0 12px;}
    .yqzqlc-list img{width: 60px;}
    .yqzqlc-list p {margin-top: 12px;font-size: 14px;line-height: 20px;}
    .yqzqlc-list {margin-top: 20px;}
    .bqznban .proban-wdft h6 {font-size: 36px;}
    .bqznban .proban-wdft {width: 320px;}
    .bqzn-tit{width: 100%;}
    .bqznyp-img img {height: 280px;}
    .bqznqx-wd .bqzn-tit{width: 290px;}
    .bqznbz-contain{width: 92%;}
    .bqzngl-list li{width: 50%;margin-top: 40px;}
    .bqzngl-list{margin-top: 0;}
    .bqznlc-wd{height: 300px;width: 32%;}
    .cphlban .proban-wdft h6 {font-size: 38px;margin: 0px 0 20px;}
    .cphlys-list ul {margin-left: 0;}
    .cphlys-list li {width: 100%;padding-left: 100px;margin-left: 0;margin-top: 32px;}
    .cphlys-list li p {font-size: 16px;line-height: 26px;height: auto;}
    .cphlys-list {margin-top: 36px;}
    .cphlys {padding: 88px 0;}
    .cphlys-list li img{width: 80px;}
    .cpjhban .proban-wdft h6 {font-size: 34px;}
    .cpjhban.sonban img {bottom: 40px;width: 560px;}
    .cpjhban {height: 460px;}
    .cpjhzn{padding-top: 50px;}
    .cpjhzn-wd {position: relative;top: 0;left: 0;margin-bottom: -84px;}
    .cpjhxt-list li {width: 100%;margin-left: 0;height: auto;padding-left: 100px;margin-top: 40px;}
    .cpjhxt-list ul {margin-left: 0;}
    .cpjhxt-list {margin-top: 0;padding-bottom: 40px;}
    .qgylban-img {width: 300px;}
    .qgylban .proban-wdft span {font-size: 20px;}
    .qgylban .proban-wdft h6 {font-size: 38px;margin: 16px 0 28px;}
    .qgylban .proban-wdft {width: 300px;}
    .qgylxt-wd {width: 400px;}
    .qgylxt-img img {width: 228px;}
    .qgylys-wd {min-height: 206px;padding: 30px 12px 0;}
    .qgyltd-wd{width: 180px;height: 172px;}
    .qgyltd-wd h6 {font-size: 20px;margin-bottom: 10px;}
    .zhptban-img img {width: 380px;}
    .zhptban .proban-wdft h6 {font-size: 36px;margin: 16px 0 28px;}
	.sonban.proban{display:none;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .vdcontent{width: 96%;}
    .vdBox-close {right: 0;}
    .newstit {padding: 36px 0 6px;}
    .newstit h6 {font-size: 24px;}
    .newslist li{width: 100%;margin-top: 24px;}
    .newslist-wd h6 {font-size: 20px;line-height: 24px;}
    .newslist-wd {padding-top: 20px;}
    .newslist {padding-bottom: 40px;}
    .joinban-wd h6 {font-size: 24px;}
    .join-tit h6 {font-size: 24px;}
    .join-tit p {font-size: 18px;margin-top: 12px;}
    .join-des {margin-top: 24px;}
    .join-des p {line-height: 24px;}
    .joinbj {padding: 36px 0 40px;}
    .joinbj-img {margin-top: 36px;}
    .joincz {padding: 40px 0;}
    .joincz-img {margin-top: 0;}
    .joinzh {padding: 36px 0 40px;}
    .joinzh-list {margin-top: 20px;}
    .joinzh-item li {width: 100%;margin-top: 20px;}
    .joinzh-wd {padding: 24px 6%;height: auto;}
    .joinzh-cg.joinzh-img img, .joinzh-cg.joinzh-wd {height: auto;}
    .joinzh-cg.joinzh-wd{padding: 24px 6%;}
    .joinzp {padding: 36px 0 44px;}
    .joinzp-list li {padding: 24px 16px 70px;}
    .joinzp-list li p span{width: 100%;line-height: 24px;}
    .joinzp-list li a{right: 16px;opacity: 1;height: 32px;line-height: 32px;}
    .joinzp-list {margin-top: 20px;}
    .joinzp-tit h6 {font-size: 24px;}
    .case-tit h6 {font-size: 24px;}
    .caseal {padding: 36px 0 40px;}
    .caseal-list {margin-top: 20px;}
    .caseal-img, .caseal-wd{width: 100%;}
    .caseal-wd {padding: 28px 24px;}
    .casebf-list li {height: 64px;line-height: 60px;}
    .casebf {padding: 40px 0 44px;}
    .casebf-list {margin-top: 24px;}
    .serban-wd h6 {font-size: 24px;}
    .serban-wd p {font-size: 18px;line-height: 24px;}
    .serban-wd span {height: 12px;}
    .sercon {padding: 40px 0 44px;}
    .serpic-img, .serpic-wd{width: 100%;}
    .serpic-wd {padding: 28px 24px;}
    .serpic-wd h6{font-size: 20px;}
    .serpic-wd p {font-size: 16px;line-height: 30px;}
    .sermore {margin-top: 24px;}
    .seritem {margin-top: 12px;}
    .seritem li{width: 100%;}
    .seritem-wd h6{font-size: 20px;margin-bottom: 4px;}
    .seritem-wd {height: auto;padding: 28px 24px;}
    .proban-wdft span {font-size: 16px;}
    .proban-wdft h6 {font-size: 24px;margin: 4px 0 20px;}
    .proban-wdft p label {font-size: 14px;padding-right: 12px;line-height: 24px;}
    .proban-wdft p label:after{right: 6px;}
    .proban-wdft a {margin-top: 20px;width: 104px;height: 30px;line-height: 30px;}
    .proban-wdft {width: auto;}
    .prolt-tit {padding: 40px 0 10px;}
    .prolt-tit h6 {font-size: 24px;}
    .prolt-con li {width: 100%;margin-top: 24px;height: auto;padding: 26px 0 0 20px;}
    .prolt-img {max-width: 38%;}
    .prolt-wd p{line-height: 28px;}
    .prolt-link{position: relative;top: 0;left: 0;margin-top: 20px;width: 104px;height: 30px;line-height: 30px;}
    .prolt-img{position: relative;right: auto;bottom: auto;top: 0;left: 0;max-width: 100% !important;display: block;text-align: center;width: 100%;}
    .prolt-cg .prolt-img {right: 0;top: auto;bottom: -12px;}
    .proic-tit h6 {font-size: 24px;}
    .proic {padding: 34px 0 40px;}
    .proic-list li h6 {font-size: 20px;margin: 18px 0 12px;}
    .proic-list li{width: 100%;margin-top: 24px;}
    .proic-img {height: 58px;}
    .proic-list {margin-top: 24px;}
    .prolt {padding-bottom: 44px;}
    .introban-wdft h6 {font-size: 28px;}
    .introban-wdft i {margin: 20px 0 24px;}
    .introban-wdft p {font-size: 24px;}
    .introban-wdtit h6{font-size: 24px;}
    .introban-qq{width: 10px;height: 10px;}
    .introjj {padding: 40px 0;}
    .introjj-tit h6 {font-size: 28px;}
    .introjj-tit i {margin: 20px 0 24px;}
    .introjj-tit p {font-size: 24px;}
    .introjj-tit, .introjj-des{width: 100%;}
    .introjj-des{margin-top: 16px;}
    .introwh {padding: 40px 0 80px;}
    .introwh-wd{width: 100%;}
    .introtit h6 {font-size: 28px;}
    .introtit i {margin: 20px 0 24px !important;}
    .introtit p {font-size: 24px;margin-bottom: 12px;}
    .introtit span {font-size: 16px;line-height: 28px;}
    .introwh-img{width: 100%;margin-top: 24px;}
    .introwh-cg {margin-top: 44px;}
    .introwh-cg .introwh-img {width: 100%;}
    .introwh-cg .introwh-wd{width: 100%;margin-top: 24px;}
    .introbt-map{margin-top: 40px;}
    .introbt-num h6 {font-size: 28px;}
    .introbt-num p {font-size: 12px;margin-top: 6px;}
    .introkh {padding: 40px 0 44px;}
    .introkh .casebf-list {margin-top: 32px;}
    .expban-des{width: 100%;top: auto;bottom: 0;}
    .sonban.expban {padding-bottom: 300px;}
    .expban-tit h6 {font-size: 38px;}
    .expban-tit p {font-size: 68px;}
    .expban-tit i {height: 68px;margin: 28px 0 24px;}
    .expban-tit {width: 100px;}
    .expban-wd{top: 40px;transform: translateY(0);}
    .expban-wd .exp-contain{height: 424px;}
    .expjz {padding: 40px 0 44px;}
    .expjz-des ul {margin-left: 0;}
    .expjz-des li{width: 100% !important;margin-left: 0;}
    .expss {padding: 40px 0 44px;}
    .expss-contain{height: auto;}
    .expss-kk{position: relative;width: auto;height: auto;top: 0;left: 0;border: none;margin-top: 0;margin-left: 0;}
    .expss-tit {top: 0;left: 0;position: relative;font-size: 68px;}
    .expss-imgtr, .expss-imgbl, .expss-wd{position: relative;bottom: auto;right: auto;right: 0;top: 0;width: 100%;}
    .expss-wd {width: 100%;padding: 24px 20px;margin-top: 20px;}
    .expss-wd h6 {font-size: 26px;}
    .expss-imgbl{margin-top: 20px;}
    .expkf-kk{display: none;}
    .expkf-item {width: 100%;height: 240px;margin-left: 0;margin-top: -120px;top: 50%;left: 0;}
    .expkf-tit{right: 4%;font-size: 80px;}
    .expkf-wd h6 {font-size: 26px;}
    .expkf-wd{width: 100%;padding: 0 4%;}
    .expkf-bg {min-height: 360px;}
    .solve {padding: 38px 0 40px;}
    .solve-list {margin-top: 12px;}
    .solve-list li {margin-top: 24px;}
    .solve-wd h6 {font-size: 20px;margin-bottom: 14px;}
    .solve-wd .prolt-link {margin-top: 28px;}
    .newsxq {padding: 38px 0 40px;}
    .newsxq-menu{display: none;}
    .newsxq-content {margin-top: 0;}
    .newsxq-tit h6 {font-size: 22px;line-height: 28px;}
    .newsxq-tit span {margin-top: 28px;}
    .newsxq-desc {margin-top: 32px;}
    .newsxq-desc p {font-size: 16px;line-height: 28px;}
    .qbhsyban-img{width: 100%;text-align: center;}
    .qbhsyban-img img{height: 320px;}
    .qbhsyban {padding: 42px 0 48px;}
    .qbhsyban-wd.proban-wdft{width: 100%;height: auto;margin-top: 38px;}
    .qbhsyaq-img{width: 100%;text-align: center;}
    .qbhsyaq {padding: 40px 0;}
    .qbhsyaq-img img{height: 300px;}
    .qbhsyaq-wd{height: auto;width: 100%;margin-top: 36px;}
    .qbhsyaq-wdtit h6 {font-size: 24px;}
    .qbhsyaq-wdtit p {font-size: 16px;margin-top: 10px;}
    .qbhsyaq-wddes {margin-top: 24px;}
    .qbhsyaq-wddes p {line-height: 26px;font-size: 16px;}
    .qbhsygx-img{width: 200px;}
    .qbhsygx .contain {padding: 168px 0 48px;}
    .qbhsygx-wd, .qbhsygx-wd .qbhsyaq-wddes p{width: 100%;}
    .qbhsyjz .contain {height: auto;padding-top: 44px;padding-bottom: 250px;}
    .qbhsyjz-des {position: relative;width: 100%;right: auto;left: 0;bottom: auto;top: 0;margin-top: 34px;}
    .qbhsyjz-deswd p {font-size: 16px;line-height: 24px;}
    .qbhsyjz-deswd {margin-top: 24px;}
    .qbhsyjz-img {width: 250px;bottom: -220px;}
    .qbhsyjz-info {padding: 28px 4%;overflow: hidden;}
    .qbhsyjz-info li {display: block;padding: 12px 0;border-right: none;min-height: auto;width: 100%;float: left;}
    .qbhsyzn.qbhsyaq {padding: 40px 0;}
    .qbhsyzn.qbhsyaq .qbhsyaq-wd {width: 100%;margin-top: 0;}
    .qbhsyzn.qbhsyaq .qbhsyaq-img {width: 100%;padding-top: 48px;}
    .fjcsban {padding: 36px 0 48px;}
    .fjcsban-img{width: 100%;text-align: center;}
    .fjcsban-img img{height: 200px;}
    .fjcsban-wd {height: auto;width: 100%;margin-top: 36px;}
    .fjcspt {padding: 40px 0;}
    .fjcspt-tit h6 {font-size: 24px;}
    .fjcspt-img {margin-top: 36px;}
    .fjcsxjb .contain {height: auto;padding: 42px 0 300px;}
    .fjcsxjb-wd{width: 100%;}
    .fjcsxjb-top {margin-top: 32px;}
    .fjcsxjb-img {width: 214px;bottom: -112px;}
    .fjcsaq {padding: 40px 0 42px;}
    .fjcsaq-img{width: 100%;}
    .fjcsaq-wd {width: 100%;height: auto;margin-top: 28px;}
    .lcyjjqr {padding: 40px 0 10px;}
    .lcyjjqr-img {margin-top: 36px;}
    .lcyjfx-wdft h6 {font-size: 20px;margin-bottom: 10px;}
    .lcyjfx-wdft p {font-size: 14px;line-height: 24px;}
    .lcyjlx {padding: 40px 0 42px;}
    .lcyjlx-img{width: 100%;}
    .lcyjlx-wd {width: 100%;height: auto;margin-top: 36px;}
    .sbdtban .proban-wdft h6 {font-size: 20px;margin: 4px 0 12px;}
    .sbdtban .proban-wd {top: 32%;}
    .sbdtgs-tit.fjcspt-tit{width: 100%;}
    .sbdtgs {padding: 40px 0 44px;}
    .sbdtgs-img {margin-top: 36px;}
    .sbdtlb {padding: 20px 0 44px;}
    .sbdtlb-list ul {margin-left: 0;}
    .sbdtlb-list li {width: 100%;margin-left: 0;margin-top: 24px;}
    .sbdtlb-wd {min-height: auto;padding: 28px 20px 32px;}
    .sbdtzs{padding-top: 40px;}
    .sbdtzs .sbdtgs-tit.fjcspt-tit{padding: 0 4%;}
    .sbdtzs-img {margin-top: 32px;}
    .znhlban {padding-top: 40px;}
    .znhlban-wd .proban-wdft h6 {font-size: 24px;margin: 10px 0 20px;}
    .znhlban-wd{padding-bottom: 36px;overflow: hidden;}
    .znhlban-img {width: 100%;position: relative;bottom: 0;}
    .znhlban .znhl-contain{height: auto;padding-bottom: 40px;}
    .znhlxt {padding: 40px 0;}
    .znhlxt-img{width: 100%;}
    .znhlxt-wd {width: 100% !important;height: auto;margin-top: 32px;}
    .znhlhl {padding: 12px 0 40px;}
    .znhlhl-list li {margin-top: 28px;}
    .znhlhl-wd {margin-top: 18px;}
    .znhlfx-wd{position: relative;width: 100%;}
    .znhlfx-img{padding: 32px 0;}
    .znhlfx {padding: 40px 0;}
    .znhlfx .znhl-contain{height: auto;}
    .smtzban .proban-wdft h6 {font-size: 24px;}
    .smtzpro {padding: 20px 0 44px;}
    .smtzpro-img{width: 100% !important;text-align: center;}
    .smtzpro-wd{width: 100% !important;height: auto !important;}
    .smtzsb-title .fjcsxjb-wddes p{width: 100%;}
    .smtzsb {padding: 40px 0 44px;}
    .smtzsb-list li {width: 48.5%;margin-top: 1.5%;height: 160px;}
    .smtzsb-list{margin-top: 28px;}
    .smtzjc .smtzpro-wd .fjcsxjb-wddes p{width: 100%;}
    .smtzjc.smtzpro {padding: 40px 0 44px;}
    .smtzicon-title h6{font-size: 24px;}
    .smtzicon.znhlhl {padding: 40px 0 24px;}
    .smtzicon-title {margin-bottom: 0;}
    .smtzicon .znhlhl-list li {padding: 0;}
    .qjcBan.fjcsban .fjcsban-img{width: 100%;text-align: center;}
    .qjcBan.fjcsban {padding: 40px 0 44px;}
    .qjcBan.fjcsban .fjcsban-wd{height: auto;width: 100%;}
    .qjchh-wd .fjcsxjb-wddes h6, .qjcgl-wd .fjcsxjb-wddes h6{font-size: 24px;}
    .qjchh {padding: 38px 0 28px;}
    .qjchh-img {margin-top: 32px;}
    .qjcgl-wd .fjcsxjb-wddes {margin-top: 0;}
    .qjcgl-wd {width: 100% !important;height: auto;}
    .qjcgl{padding: 40px 0 260px;}
    .qjcgl-img{top: auto;bottom: 0;height: 240px;}
    .qjcpd.qjcgl .qjcgl-img{left: 0;height: 240px;}
    .qjcqj.qjchh {padding: 40px 0 44px;}
    .lcydBan.fjcsban {padding: 40px 0 44px;}
    .lcydBan.fjcsban .fjcsban-img{width: 100%;text-align: center;}
    .lcydBan.fjcsban .proban-wdft h6 {font-size: 24px;}
    .lcydBan.fjcsban .fjcsban-wd{width: 100%;height: auto;}
    .lcydjf {padding: 40px 0 10px;}
    .lcydjf-wd{width: 100%;height: auto !important;}
    .lcydjf-img{width: 100%;margin-top: 34px;}
    .lcydsj-icon li h6 {font-size: 20px;margin: 14px 0 8px;}
    .lcydsj-icon {margin-top: 28px;}
    .lcydqj-img1, .lcydqj-img2 {width: 180px;}
    .lcydqj .contain {height: 520px;}
    .lcydqj-wd {bottom: 228px;}
    .lcydjl.lcydsj.lcydjf .lcydjf-wd{width: 100%;}
    .lcydjl.lcydjf {padding: 40px 0;}
    .lcydgl-wd {top: 30px;}
    .lcydcx.znhlhl.smtzicon {padding: 40px 0;}
    .pro512ban .proban-wdft, .pro826ban .proban-wdft, .pro919ban .proban-wdft {width: 152px;}
    .pro512hj {padding: 40px 0 38px;}
    .pro512-tit.fjcspt-tit h6 {font-size: 24px;margin-bottom: 10px;}
    .pro512hj-img {margin-top: 38px;}
    .pro512pj-img{width: 100%;margin-bottom: 32px;}
    .pro512pj-wd {position: relative;left: 0;top: 0;transform: translateY(0);padding-bottom: 38px;}
    .pro512pj-wd .fjcspt-tit{width: 100% !important;}
    .pro512zn.pro512hj {padding: 40px 0 38px;}
    .pro512zn.pro512hj .pro512hj-img {margin-top: 34px;}
    .pro512jy {padding: 48px 0;}
    .pro512jy-wd{width: 100%;height: auto;}
    .pro512jy-img{width: 100%;margin-top: 32px;}
    .pro919-title h5 {font-size: 24px;}
    .pro919-title h6 {margin: 12px 0 16px;}
    .pro919zh {padding: 40px 0 38px;}
    .pro919zh-menu {margin: 32px auto;width: 100%;}
    .pro919zh-menu li a {height: 48px;line-height: 48px;font-size: 20px;}
    .pro919zh-menu li a:after{height: 2px;}
    .pro919zh-loop .swiper-button-prev, .pro919zh-loop .swiper-button-next{width: 44px;height: 44px;margin-top: -22px;background-size: 10px auto;}
    .pro919zh-list li{margin: 0 8px;}
    .pro919yt-wd{width: 100%;margin-top: 0;}
    .pro919yt {padding: 42px 0;}
    .pro919yt-wdimg {margin-top: 28px;}
    .pro919yt-img {width: 100%;margin-top: 28px;}
    .pro919ty-wd {margin: 40px auto 32px;}
    .pro919js-img img{min-height: 280px;}
    .pro919js-wd .pro919-title{width: 300px;}
    .pro919sj {padding: 44px 0 38px;}
    .pro919sj-img {margin-top: 0;}
    .pro919sj-img li{width: 100%;margin-top: 32px;}
    .pro919bf {padding: 40px 0 44px;}
    .pro919bf-list {margin-top: 32px;}
    .pro919bf-list li:first-child {height: 440px;width: 100%;line-height: 440px;}
    .pro919bf-list li:nth-child(2), .pro919bf-list li:nth-child(3){width: 100%;margin-left: 0;height: auto;}
    .pro919bf-list li:nth-child(2){margin-top: 20px;}
    .pro735ban .proban-wdft h6 {font-size: 24px;}
    .pro735ban .proban-wdft {width: 192px;}
    .pro735gz{padding: 40px 0;}
    .pro735gz-wd{position: static;transform: translateY(0);}
    .pro735gz-wdft{width: 100% !important;}
    .pro735gz-wdft h6{font-size: 24px;}
    .pro735gz-wdft p {font-size: 16px;line-height: 26px;}
    .pro735-tit h6 {font-size: 20px;}
    .pro735cz {padding: 42px 0;}
    .pro735cz-img {width: 210px;margin-right: 0;}
    .pro735cz-cont {margin-top: 36px;}
    .pro735cz-wd img{width: 38px;}
    .pro735cz-wd span {font-size: 16px;width: calc(100% - 38px);line-height: 38px;padding-left: 12px;}
    .pro735sx {padding: 36px 0 40px;}
    .pro735sx-list ul {margin-left: 0;}
    .pro735sx-list li {width: 100%;margin-top: 32px;margin-left: 0;}
    .pro735sx-list {margin-top: 2px;}
    .pro735sx-wd p {font-size: 16px;line-height: 26px;}
    .pro735sx-wd {padding-top: 24px;}
    .yqzqban .proban-wdft h6 {font-size: 24px;}
    .yqzq-tit h6 {font-size: 24px;}
    .yqzqbq {padding: 40px 0;}
    .yqzq-tit p {line-height: 26px;margin-top: 14px;font-size: 16px;}
    .yqzqbq-img {margin-top: 32px;}
    .yqzqxt {padding: 36px 0 40px;}
    .yqzqxt-wd p{line-height: 26px;}
    .yqzqxt-list {margin-top: 8px;}
    .yqzqxt-wd h6 {font-size: 18px;margin-bottom: 12px;}
    .yqzqlc {padding: 40px 0;}
    .yqzqlc-list {margin-top: 6px;}
    .bqznban .proban-wdft h6{font-size: 22px;}
    .bqznban .proban-wdft{width: 200px;}
    .bqzn-tit h6 {font-size: 24px;margin-bottom: 12px;}
    .bqznbq, .bqznyp {padding-top: 40px;}
    .bqznyp-wd{position: static;transform: translateY(0);margin-top: 34px;}
    .bqznyp{padding-bottom: 40px;}
    .bqznqx-img{width: 100%;}
    .bqznqx-wd, .bqznyz-wd{position: static;transform: translateY(0);}
    .bqznqx-wd .bqzn-tit, .bqznyz-wd .bqzn-tit{width: 100%;padding: 38px 0;}
    .bqznyz-img{width: 100%;}
    .bqznbz {padding: 36px 0 40px;}
    .bqznbz-img{width: 100%;text-align: center;}
    .bqznbz-img img{height: 280px;}
    .bqznbz-wd {width: 100%;padding-top: 36px;}
    .bqznbz-wd h6{font-size: 24px;}
    .bqznbz-wd p {margin-top: 24px;}
    .bqzngl {padding: 38px 0;}
    .bqzngl-wd {padding-top: 12px;}
    .bqzngl-list li {margin-top: 34px;}
    .bqzngl-wd p {font-size: 13px;line-height: 22px;}
    .bqznlc {padding: 36px 0 40px;}
    .bqznlc-img{width: 100%;text-align: center;}
    .bqznlc-wd{width: 100%;height: auto;margin-top: 34px;}
    .cphlban .proban-wdft span {font-size: 16px;line-height: 26px;}
    .cphlban .proban-wdft h6 {font-size: 24px;margin: 0px 0 10px;}
    .cphlban .proban-wd {top: 50%;}
    .cphlcp {padding: 36px 0 40px;}
    .cphl-tit h6 {font-size: 24px;}
    .cphlcp-desc {margin-top: 24px;}
    .cphlcp-list li{width: 49%;}
    .cphlcp-list {margin-top: 24px;}
    .cphlys {padding: 38px 0;}
    .cphlys-list li h6 {font-size: 20px;margin-bottom: 12px;}
    .cphlys-list {margin-top: 2px;}
    .cphlys-list li img {width: 60px;}
    .cphlys-list li{padding-left: 80px;}
    .cphltj {padding: 38px 0;}
    .cphltj-loop {margin-top: 34px;}
    .cphltj-wd {padding: 16px 0;}
    .cphltj-wd h6{font-size: 16px;}
    .cphlal {padding: 40px 0;}
    .cphlal-list ul {margin-left: 0;}
    .cphlal-list li {width: 100%;margin-left: 0;margin-top: 24px;}
    .cphlal-list {padding-top: 10px;}
    .cphlal-list li h6 {padding: 16px 0;font-size: 16px;}
    .cpjhban .proban-wd {top: 62px;}
    .cpjhban .proban-wdft h6 {font-size: 24px;}
    .cpjhban.sonban img {bottom: 32px;width: 94%;}
    .cpjhban {height: 320px;}
    .cpjhxt-tit h6, .cpjhzn-wdft h6, .cpjhhs-wdft h6, .cpjhct-wdtit h6 {font-size: 24px;}
    .cpjhzn-wdft h6 {margin-bottom: 12px;}
    .cpjhzn {padding-top: 36px;}
    .cpjhxt {padding-top: 40px;}
    .cpjhxt-list li h6 {font-size: 18px;margin-bottom: 10px;}
    .cpjhxt-list li{padding-left: 84px;}
    .cpjhhs {padding: 36px 0 40px;}
    .cpjhhs-img{width: 100%;}
    .cpjhhs-wdft{width: 100%;padding-top: 24px;}
    .cpjhhs-wd {position: static;transform: translateY(0);}
    .cpjhhs-wdft p {margin-top: 28px;}
    .cpjhhs-wdft p span {font-size: 16px;line-height: 26px;padding-top: 10px;}
    .cpjhct-wd {width: 100%;}
    .cpjhct-wdlb li span { font-size: 16px;line-height: 26px;width: 200px;}
    .cpjhct-wdlb li {margin-top: 32px;}
    .cpjhct-wdtit {padding: 40px 0 0;}
    .cpjhct-img{width: 100%;margin-top: 28px;}
    .cpjhct {padding-bottom: 28px;}
    .cpjhhsz .cpjhhs-img img{height: 240px;}
    .cpjhzn-wdft{width: 100%;}
    .cpjhzn-wd {margin-bottom: -28px;}
    .fwsm-content {padding: 40px 0 48px;}
    .fwsm-tit h6 {font-size: 28px;}
    .fwsm-desc p {line-height: 28px;}
    .fwsm-desc {margin-top: 36px;}
    .fwsm-desc h6{font-size: 24px;margin-bottom: 12px;}
    .sytk-content .fwsm-desc br{height: 10px !important;display: block;}
    .hlwpt .cphlcp-list li p{padding-top: 10px;}
    .hlwpt .cphlban .proban-wdft span {font-size: 14px;line-height: 24px;}
    .zhbfjh .cphlcp {padding: 40px 0;}
    .zhbfjh .cphltj-loop li p {padding-top: 10px;}
    .zhbf .cphlban .proban-wdft span {font-size: 14px;line-height: 24px;}
    .zhbf .zhbffa{margin-top: 40px;}
    .zhbf .zhbffa .swiper-button-next, .zhbf .zhbffa .swiper-button-prev{background-size: 18px auto;}
    .zhbf .zhbffa .swiper-button-prev{left: 4%;}
    .zhbf .zhbffa .swiper-button-next{right: 4%;}
    .qgylban-img {width: 180px;}
    .qgylban .proban-wdft p{display: block;}
    .qgylban .proban-wdft h6 {font-size: 24px;margin: 4px 0 20px;}
    .qgylban .proban-wdft span {font-size: 16px;}
    .qgylban .proban-wd {top: 38px;transform: translateY(0);}
    .qgylban .contain{position: static;}
    .qgylban {padding-top: 140px;}
    .qgylban .proban-wdft{width: 100%;padding: 0 4%;}
    .qgylxt {padding-top: 40px;}
    .qgylxt-wd {width: 100%;position: static;transform: translateY(0);}
    .qgylxt-wd h6{font-size: 22px;}
    .qgyl-tit h6{font-size: 24px;}
    .qgylxt-img{width: 100%;margin-top: 28px;}
    .qgylxt-img img {width: 180px;}
    .qgylys {padding: 40px 0;}
    .qgylys-list ul {margin-left: 0;}
    .qgylys-list li {width: 100%;margin-left: 0;margin-top: 32px;}
    .qgylys-list{margin-top: 2px;}
    .qgylys-wd {min-height: auto;padding: 24px 12px;}
    .qgylys-wd h6 {font-size: 20px;margin-bottom: 10px;}
    .qgyltd {padding: 40px 0 4px;}
    .qgyltd-list li{width: 50%;}
    .qgyltd-wd{padding-top: 24px;}
    .qgyltd-wd{width: 132px;height: 140px;}
    .qgyltd-wd h6 {font-size: 18px;margin-bottom: 8px;}
    .qgyltd-wd p{font-size: 14px;line-height: 22px;}
    .qgyltd-list {margin-top: 40px;}
    .zhptban .proban-wdft p{display: block;}
    .zhptban .proban-wdft h6 {font-size: 24px;margin: 4px 0 20px;}
    .zhptban-img img{width: 100%;}
    .zhptban {padding: 120px 0 36px;}
    .zhptban .cphlcp-contain{position: static;}
    .zhptban .proban-wd {top: 38px;transform: translateY(0);padding: 0 4%;}
    .zhpt-tit h6 {font-size: 24px;}
    .zhptpt {padding: 40px 0;}
    .zhptpt-img {margin-top: 36px;}
    .zhptcj {padding: 40px 0 30px;}
    .zhpthy {padding: 40px 0;}
    .zhpthy-list li{margin-top: 32px;padding: 0 12px;}
    .zhpthy-wd p {font-size: 12px;line-height: 18px;}
    .zhpthy-list img{width: 60px;}
    .zhpthy-list{margin-top: 4px;}
    .zhpthy-wd {padding-top: 12px;}

    .jobxq {padding: 36px 0 40px;}
    .jobxq-title h6 {font-size: 24px;}
    .jobxq-list li{width: 100%;}
    .jobxq-cont {padding: 30px 0 38px;}
    .jobxq-cont p {line-height: 28px;}
    .jobxq-back a {width: 120px;padding: 8px 0;font-size: 16px;}
    .jobxq-hint {font-size: 16px;line-height: 28px;margin-top: 34px;}

    .joincz-img li{width: 50%;margin-top: 28px;}
    .joincz-img li:first-child{padding-right: 10px;}
    .joincz-img li:last-child{padding-left: 10px;}

    .pro512hj-img img {max-width: 58%;}
    .prolt-img img {max-width: 58%;width:auto;}
    .introjj-des p {font-size: 16px;line-height: 28px;}
    .smtzpro-img img {max-width: 58%;}
    .pro919zh-loopimg {height: 380px;line-height: 380px;}
    .pro919js-img{width: 100%;}
    .pro919js-wd {width: 100%;position: static;z-index: 1;top: 0;transform: translateY(0);left: 0;}
    .pro919js-img{float: none;}
    .pro919js-wd .pro919-title{width: 100%;padding: 32px 0;}
    .pro919yt-img img {max-width: 54%;}
    .pro919sj-img li img {max-width: 68%;}
}


